From a7b6f1f2d2c644403828c85efffa1f30292ed6fd Mon Sep 17 00:00:00 2001 From: Ricardo Pereira Date: Fri, 7 Jul 2017 16:56:13 +0100 Subject: [PATCH] Bump v2.1.2 --- Example/Cartfile | 2 +- Example/Cartfile.resolved | 2 +- WSTagsField.podspec | 2 +- WSTagsField.xcodeproj/project.pbxproj | 4 ++-- WSTagsField/Info.plist | 4 ++-- WSTagsFieldTests/Info.plist | 4 ++-- fastlane/README.md | 1 + 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Example/Cartfile b/Example/Cartfile index d3c1e24..1450153 100644 --- a/Example/Cartfile +++ b/Example/Cartfile @@ -1 +1 @@ -github "whitesmith/WSTagsField" "2.1.1" +github "whitesmith/WSTagsField" "2.1.2" diff --git a/Example/Cartfile.resolved b/Example/Cartfile.resolved index d3c1e24..1450153 100644 --- a/Example/Cartfile.resolved +++ b/Example/Cartfile.resolved @@ -1 +1 @@ -github "whitesmith/WSTagsField" "2.1.1" +github "whitesmith/WSTagsField" "2.1.2" diff --git a/WSTagsField.podspec b/WSTagsField.podspec index 4dfecac..7d9bc89 100644 --- a/WSTagsField.podspec +++ b/WSTagsField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WSTagsField" - s.version = "2.1.1" + s.version = "2.1.2" 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 0e47a0d..01a873e 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 = 2017.04.07.14.55; + CURRENT_PROJECT_VERSION = 2017.07.07.16.46; 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 = 2017.04.07.14.55; + CURRENT_PROJECT_VERSION = 2017.07.07.16.46; 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 9dc4e69..83dde8e 100644 --- a/WSTagsField/Info.plist +++ b/WSTagsField/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.1 + 2.1.2 CFBundleSignature ???? CFBundleVersion - 2017.04.07.14.55 + 2017.07.07.16.46 NSPrincipalClass diff --git a/WSTagsFieldTests/Info.plist b/WSTagsFieldTests/Info.plist index 958255c..56c69cf 100644 --- a/WSTagsFieldTests/Info.plist +++ b/WSTagsFieldTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.1.1 + 2.1.2 CFBundleSignature ???? CFBundleVersion - 2017.04.07.14.55 + 2017.07.07.16.46 diff --git a/fastlane/README.md b/fastlane/README.md index ab22508..581d919 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -27,6 +27,7 @@ xcode-select --install sudo gem install fastlane -NV + # Available Actions ## iOS ### ios test