diff --git a/Sources/Info.plist b/Sources/Info.plist index 37c1b38..9d1c832 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.0-beta.1 CFBundleSignature ???? CFBundleVersion diff --git a/SwinjectStoryboard.podspec b/SwinjectStoryboard.podspec index 5a23618..2372694 100644 --- a/SwinjectStoryboard.podspec +++ b/SwinjectStoryboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwinjectStoryboard" - s.version = "2.0.0" + s.version = "2.0.0-beta.1" 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 f931463..16e00cc 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.0 + 2.0.0-beta.1 CFBundleSignature ???? CFBundleVersion