Skip to content

Commit

Permalink
Version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Ignition committed Nov 11, 2021
1 parent e09b474 commit b8f525c
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.1'
s.version = '0.8.2'
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 @@ -3,7 +3,7 @@ import Vapor

public struct CatbirdInfo: Content {
public static let current = CatbirdInfo(
version: "0.8.1",
version: "0.8.2",
domain: "com.redmadrobot.catbird",
github: "https://github.com/redmadrobot/catbird/")

Expand Down

0 comments on commit b8f525c

Please sign in to comment.