File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Packages/CatbirdApp/Sources/CatbirdApp Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Catbird'
3
- s . version = '0.8.2 '
3
+ s . version = '0.9.0 '
4
4
s . summary = 'Mock server for UI tests'
5
5
s . homepage = 'https://github.com/RedMadRobot/catbird'
6
6
s . license = { type : 'MIT' , file : 'LICENSE' }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Vapor
3
3
4
4
public struct CatbirdInfo : Content {
5
5
public static let current = CatbirdInfo (
6
- version: " 0.8.2 " ,
6
+ version: " 0.9.0 " ,
7
7
domain: " com.redmadrobot.catbird " ,
8
8
github: " https://github.com/redmadrobot/catbird/ " )
9
9
@@ -13,7 +13,7 @@ public struct CatbirdInfo: Content {
13
13
}
14
14
15
15
public func configure( _ app: Application , _ configuration: AppConfiguration ) throws {
16
- app. routes. defaultMaxBodySize = ByteCount ( stringLiteral: configuration. maxBodySize)
16
+ app. routes. defaultMaxBodySize = ByteCount ( stringLiteral: configuration. maxBodySize)
17
17
let info = CatbirdInfo . current
18
18
19
19
// MARK: - Stores
You can’t perform that action at this time.
0 commit comments