From a5c322be8d5c84ce85f7256f93d4e1df10d569b2 Mon Sep 17 00:00:00 2001 From: Ricardo Pereira Date: Fri, 30 Sep 2016 19:35:40 +0100 Subject: [PATCH] Bump v2.0.0 --- README.md | 4 ++-- WSTagsField.podspec | 2 +- WSTagsField.xcodeproj/project.pbxproj | 4 ++-- WSTagsField/Info.plist | 4 ++-- WSTagsFieldTests/Info.plist | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4ad1120..7758c1c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ tagsField.onDidChangeHeightTo = { sender, height in To install it, simply add the following line to your **Cartfile**: ```ruby -github "whitesmith/WSTagsField" "2.0.0.beta.1" +github "whitesmith/WSTagsField" ``` Then run `carthage update`. @@ -81,7 +81,7 @@ for up to date installation instructions. To install it, simply add the following line to your **Podfile**: ```ruby -pod "WSTagsField", :git => 'https://github.com/whitesmith/WSTagsField.git', :tag => '2.0.0.beta.1' +pod "WSTagsField" ``` You will also need to make sure you're opting into using frameworks: diff --git a/WSTagsField.podspec b/WSTagsField.podspec index a117ce3..31e5950 100644 --- a/WSTagsField.podspec +++ b/WSTagsField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WSTagsField" - s.version = "2.0.0.beta.1" + s.version = "2.0.0" s.summary = "An iOS text field that represents different Tags" s.homepage = "https://github.com/whitesmith/WSTagsField" s.license = 'MIT' diff --git a/WSTagsField.xcodeproj/project.pbxproj b/WSTagsField.xcodeproj/project.pbxproj index e05dc58..ef443e4 100644 --- a/WSTagsField.xcodeproj/project.pbxproj +++ b/WSTagsField.xcodeproj/project.pbxproj @@ -252,7 +252,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2016.09.30.18.58; + CURRENT_PROJECT_VERSION = 2016.09.30.19.32; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -303,7 +303,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2016.09.30.18.58; + CURRENT_PROJECT_VERSION = 2016.09.30.19.32; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/WSTagsField/Info.plist b/WSTagsField/Info.plist index 06c33a3..60322db 100644 --- a/WSTagsField/Info.plist +++ b/WSTagsField/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0.beta.1 + 2.0.0 CFBundleSignature ???? CFBundleVersion - 2016.09.30.18.58 + 2016.09.30.19.32 NSPrincipalClass diff --git a/WSTagsFieldTests/Info.plist b/WSTagsFieldTests/Info.plist index d807fa7..72de2b1 100644 --- a/WSTagsFieldTests/Info.plist +++ b/WSTagsFieldTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.0.beta.1 + 2.0.0 CFBundleSignature ???? CFBundleVersion - 2016.09.30.18.58 + 2016.09.30.19.32