From 8c0a49c20c6e9ddbf976cd6230fe8e148601fa1d Mon Sep 17 00:00:00 2001 From: Christian Noon Date: Mon, 10 Aug 2015 19:19:30 -0700 Subject: [PATCH] Bumped the version of the framework and podspec to 2.0.0-beta.1. --- Alamofire.podspec | 2 +- Source/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Alamofire.podspec b/Alamofire.podspec index 73d8362..18f8fa1 100644 --- a/Alamofire.podspec +++ b/Alamofire.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Alamofire' - s.version = '1.3.1' + s.version = '2.0.0-beta.1' s.license = 'MIT' s.summary = 'Elegant HTTP Networking in Swift' s.homepage = 'https://github.com/Alamofire/Alamofire' diff --git a/Source/Info.plist b/Source/Info.plist index aa82cca..3833fd1 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.1 + 2.0.0-beta.1 CFBundleSignature ???? CFBundleVersion -- GitLab