From 7ea52c7bb9739330c00f31b385efb4b89d092a23 Mon Sep 17 00:00:00 2001 From: Tomas Kohout Date: Sat, 17 Jun 2017 16:07:00 +0200 Subject: [PATCH] Release 2.1.0. --- SwinjectAutoregistration.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwinjectAutoregistration.podspec b/SwinjectAutoregistration.podspec index 8acd6f7..97eb11a 100644 --- a/SwinjectAutoregistration.podspec +++ b/SwinjectAutoregistration.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwinjectAutoregistration' - s.version = '2.0.1' + s.version = '2.1.0' s.summary = 'Autoregistration for Swinject' s.description = <<-DESC SwinjectAutoregistration is an extension of Swinject that allows to automatically inject dependencies into registered services. @@ -18,5 +18,5 @@ SwinjectAutoregistration is an extension of Swinject that allows to automaticall s.requires_arc = true s.source_files = 'Sources/**/*.{swift,h}' - s.dependency 'Swinject', '~> 2.0' + s.dependency 'Swinject', '~> 2.1' end