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