From 3494fc499eb105915cd18d956671f4768eefc3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=CC=8Co?= Date: Wed, 18 Jul 2018 09:20:00 +0200 Subject: [PATCH] Bump version [skip ci] --- Sources/Info.plist | 2 +- SwinjectStoryboard.podspec | 2 +- Tests/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Info.plist b/Sources/Info.plist index f58d037..a183bf6 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.1 + 2.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/SwinjectStoryboard.podspec b/SwinjectStoryboard.podspec index faab4f0..9c1271f 100644 --- a/SwinjectStoryboard.podspec +++ b/SwinjectStoryboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwinjectStoryboard" - s.version = "2.0.1" + s.version = "2.0.2" 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. diff --git a/Tests/Info.plist b/Tests/Info.plist index 840b2c7..6f3a2eb 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.1 + 2.0.2 CFBundleSignature ???? CFBundleVersion