File tree Expand file tree Collapse file tree
Packages/CatbirdApp/Sources/CatbirdApp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Catbird'
3- s . version = '0.8.2 '
3+ s . version = '0.9.0 '
44 s . summary = 'Mock server for UI tests'
55 s . homepage = 'https://github.com/RedMadRobot/catbird'
66 s . license = { type : 'MIT' , file : 'LICENSE' }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Vapor
33
44public struct CatbirdInfo : Content {
55 public static let current = CatbirdInfo (
6- version: " 0.8.2 " ,
6+ version: " 0.9.0 " ,
77 domain: " com.redmadrobot.catbird " ,
88 github: " https://github.com/redmadrobot/catbird/ " )
99
@@ -13,7 +13,7 @@ public struct CatbirdInfo: Content {
1313}
1414
1515public func configure( _ app: Application , _ configuration: AppConfiguration ) throws {
16- app. routes. defaultMaxBodySize = ByteCount ( stringLiteral: configuration. maxBodySize)
16+ app. routes. defaultMaxBodySize = ByteCount ( stringLiteral: configuration. maxBodySize)
1717 let info = CatbirdInfo . current
1818
1919 // MARK: - Stores
You can’t perform that action at this time.
0 commit comments