From a9065d8350f68b1606ed21476b2ee1056ff015d0 Mon Sep 17 00:00:00 2001 From: Jakub Vano Date: Wed, 3 Oct 2018 10:34:42 +0200 Subject: [PATCH] Bump version [skip ci] --- Sources/Info.plist | 2 +- SwinjectStoryboard.podspec | 4 ++-- Tests/Info.plist | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/Info.plist b/Sources/Info.plist index a183bf6..f1f7158 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.2 + 2.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/SwinjectStoryboard.podspec b/SwinjectStoryboard.podspec index 9c1271f..9628b93 100644 --- a/SwinjectStoryboard.podspec +++ b/SwinjectStoryboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwinjectStoryboard" - s.version = "2.0.2" + s.version = "2.1.0" 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. @@ -17,6 +17,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' s.tvos.deployment_target = '9.0' - s.dependency 'Swinject', '~> 2.4' + s.dependency 'Swinject', '~> 2.5' s.requires_arc = true end diff --git a/Tests/Info.plist b/Tests/Info.plist index 6f3a2eb..6d02d07 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.2 + 2.1.0 CFBundleSignature ???? CFBundleVersion