From e687b47f1a3469a9a0747fe570d30ea48ff6d10d Mon Sep 17 00:00:00 2001 From: Jakub Vano Date: Mon, 1 Apr 2019 19:15:24 +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 f1f7158..782efd3 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.0 + 2.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/SwinjectStoryboard.podspec b/SwinjectStoryboard.podspec index 9628b93..7b82ac0 100644 --- a/SwinjectStoryboard.podspec +++ b/SwinjectStoryboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwinjectStoryboard" - s.version = "2.1.0" + s.version = "2.2.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.5' + s.dependency 'Swinject', '~> 2.6' s.requires_arc = true end diff --git a/Tests/Info.plist b/Tests/Info.plist index 6d02d07..db502d0 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.1.0 + 2.2.0 CFBundleSignature ???? CFBundleVersion