From f9cc745fc48e429c685fc8eb0dcf517e19a2253f Mon Sep 17 00:00:00 2001 From: Alexander Ignition Date: Tue, 23 Jun 2020 13:26:18 +0300 Subject: [PATCH] Version 0.8.1 --- Catbird.podspec | 2 +- Sources/CatbirdApp/configure.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Catbird.podspec b/Catbird.podspec index 334fd39..60cca09 100644 --- a/Catbird.podspec +++ b/Catbird.podspec @@ -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' } diff --git a/Sources/CatbirdApp/configure.swift b/Sources/CatbirdApp/configure.swift index fc2c5b5..3942318 100644 --- a/Sources/CatbirdApp/configure.swift +++ b/Sources/CatbirdApp/configure.swift @@ -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/" }