From 29bc7428b11e4179fe6fd206209bb5a7d03aac9d Mon Sep 17 00:00:00 2001 From: Alexander Ignition Date: Wed, 31 Jul 2019 11:06:12 +0300 Subject: [PATCH] Version 0.5.0 --- Catbird.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Catbird.podspec b/Catbird.podspec index 1743e1e..e2f0a35 100644 --- a/Catbird.podspec +++ b/Catbird.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Catbird' - s.version = '0.0.9' + s.version = '0.5.0' s.summary = 'Mock server for UI tests' s.homepage = 'https://github.com/RedMadRobot/catbird' s.license = { type: 'MIT', file: 'LICENSE' }