Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Ignition committed Jun 23, 2020
1 parent 4404379 commit f9cc745
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.8.0'
s.version = '0.8.1'
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 Sources/CatbirdApp/configure.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Vapor
public struct CatbirdInfo: Content {
public static let current = CatbirdInfo()

public let version = "0.8.0"
public let version = "0.8.1"
public let domain = "com.redmadrobot.catbird"
public let github = "https://github.com/redmadrobot/catbird/"
}
Expand Down

0 comments on commit f9cc745

Please sign in to comment.