From 6f956add55b34f71f72937b88d4e52e067b1a369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=CC=8Co?= Date: Sat, 26 May 2018 19:12:44 +0200 Subject: [PATCH] Bump version [skip ci] --- Sources/Info.plist | 2 +- SwinjectStoryboard.podspec | 2 +- Tests/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Info.plist b/Sources/Info.plist index 9d1c832..f58d037 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0-beta.1 + 2.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/SwinjectStoryboard.podspec b/SwinjectStoryboard.podspec index d19e069..faab4f0 100644 --- a/SwinjectStoryboard.podspec +++ b/SwinjectStoryboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwinjectStoryboard" - s.version = "2.0.0-beta.1" + s.version = "2.0.1" s.summary = "Swinject extension for automatic dependency injection via Storyboard" s.description = <<-DESC SwinjectStoryboard is an extension of Swinject to automatically inject dependency to view controllers instantiated by a storyboard. diff --git a/Tests/Info.plist b/Tests/Info.plist index 16e00cc..840b2c7 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.0-beta.1 + 2.0.1 CFBundleSignature ???? CFBundleVersion