From 09618f4e018e3f16745192bf88809d511e97ea83 Mon Sep 17 00:00:00 2001 From: Jakub Vano Date: Mon, 12 Aug 2019 09:08:49 +0200 Subject: [PATCH] Bump version [skip ci] --- Sources/Info.plist | 2 +- SwinjectAutoregistration.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Info.plist b/Sources/Info.plist index 390d5a8..dff6805 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.6.0 + 2.6.1 CFBundleSignature ???? CFBundleVersion diff --git a/SwinjectAutoregistration.podspec b/SwinjectAutoregistration.podspec index f7f34ad..e91f8e6 100644 --- a/SwinjectAutoregistration.podspec +++ b/SwinjectAutoregistration.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwinjectAutoregistration' - s.version = '2.6.0' + s.version = '2.6.1' s.summary = 'Autoregistration for Swinject' s.description = <<-DESC SwinjectAutoregistration is an extension of Swinject that allows to automatically inject dependencies into registered services.