From b5dbde03d3803f8aa1ba6e31950189d464a50d81 Mon Sep 17 00:00:00 2001 From: Ricardo Pereira Date: Wed, 30 Nov 2016 17:34:16 +0000 Subject: [PATCH] Bump v2.0.0 --- QuickActions.podspec | 2 +- QuickActions.xcodeproj/project.pbxproj | 4 ++-- QuickActions/Info.plist | 4 ++-- fastlane/README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/QuickActions.podspec b/QuickActions.podspec index ae9768e..612e2b1 100644 --- a/QuickActions.podspec +++ b/QuickActions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "QuickActions" - s.version = "2.0.0.beta.1" + s.version = "2.0.0" s.summary = "Swift wrapper for iOS Home Screen Quick Actions" s.homepage = "https://github.com/ricardopereira/QuickActions" s.license = 'MIT' diff --git a/QuickActions.xcodeproj/project.pbxproj b/QuickActions.xcodeproj/project.pbxproj index f84b4aa..af48cdc 100644 --- a/QuickActions.xcodeproj/project.pbxproj +++ b/QuickActions.xcodeproj/project.pbxproj @@ -163,7 +163,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2016.08.26.18.15; + CURRENT_PROJECT_VERSION = 2016.11.30.17.31; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -213,7 +213,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2016.08.26.18.15; + CURRENT_PROJECT_VERSION = 2016.11.30.17.31; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/QuickActions/Info.plist b/QuickActions/Info.plist index 8f685dc..50dc42d 100644 --- a/QuickActions/Info.plist +++ b/QuickActions/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0.beta.1 + 2.0.0 CFBundleSignature ???? CFBundleVersion - 2016.08.26.18.15 + 2016.11.30.17.31 NSPrincipalClass diff --git a/fastlane/README.md b/fastlane/README.md index 0f6967e..742927c 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -26,4 +26,4 @@ Prepare a new Release version This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run. More information about fastlane can be found on [https://fastlane.tools](https://fastlane.tools). -The documentation of fastlane can be found on [GitHub](https://github.com/fastlane/fastlane/tree/master/fastlane). \ No newline at end of file +The documentation of fastlane can be found on [GitHub](https://github.com/fastlane/fastlane/tree/master/fastlane).