From 3fd3df8916824b89f17fd0fd4f286d19e15199ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=CC=8Co?= Date: Thu, 29 Mar 2018 08:30: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 c8c3a82..d50be2a 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.0 + 1.2.1 CFBundleSignature ???? CFBundleVersion diff --git a/SwinjectStoryboard.podspec b/SwinjectStoryboard.podspec index db122f3..388ca25 100644 --- a/SwinjectStoryboard.podspec +++ b/SwinjectStoryboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwinjectStoryboard" - s.version = "1.2.0" + s.version = "1.2.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 d5f492a..b91171f 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.1.2 + 1.2.1 CFBundleSignature ???? CFBundleVersion