Skip to content

Commit

Permalink
Version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Ignition committed Feb 17, 2022
1 parent 3a93bf2 commit ad11879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Catbird.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
2 changes: 1 addition & 1 deletion Packages/CatbirdApp/Sources/CatbirdApp/configure.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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/")

Expand Down

0 comments on commit ad11879

Please sign in to comment.