diff --git a/Catbird.podspec b/Catbird.podspec index 0994796..321cc1e 100644 --- a/Catbird.podspec +++ b/Catbird.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Catbird' - s.version = '0.10.0' + s.version = '0.11.0' s.summary = 'Mock server for UI tests' s.homepage = 'https://github.com/RedMadRobot/catbird' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/Packages/CatbirdApp/Sources/CatbirdApp/configure.swift b/Packages/CatbirdApp/Sources/CatbirdApp/configure.swift index d3007da..4a0cd99 100644 --- a/Packages/CatbirdApp/Sources/CatbirdApp/configure.swift +++ b/Packages/CatbirdApp/Sources/CatbirdApp/configure.swift @@ -4,7 +4,7 @@ import NIOSSL public struct CatbirdInfo: Content { public static let current = CatbirdInfo( - version: "0.10.0", + version: "0.11.0", domain: "com.redmadrobot.catbird", github: "https://github.com/redmadrobot/catbird/")