From 47cccb0b845bc49f0bc1f030d7d0d9b1cecabefc Mon Sep 17 00:00:00 2001 From: Ricardo Pereira Date: Tue, 10 Apr 2018 00:02:36 +0100 Subject: [PATCH] Bump to v3.1.0 --- WSTagsField.podspec | 2 +- WSTagsField.xcodeproj/project.pbxproj | 12 ++++++------ WSTagsField/Info.plist | 4 ++-- WSTagsFieldTests/Info.plist | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/WSTagsField.podspec b/WSTagsField.podspec index 2d24990..6cd271b 100644 --- a/WSTagsField.podspec +++ b/WSTagsField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WSTagsField" - s.version = "3.0.0" + s.version = "3.1.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 1e9a2cd..455f6d5 100644 --- a/WSTagsField.xcodeproj/project.pbxproj +++ b/WSTagsField.xcodeproj/project.pbxproj @@ -286,7 +286,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2018.04.09.19.15; + CURRENT_PROJECT_VERSION = 2018.04.10.00.01; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -346,7 +346,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2018.04.09.19.15; + CURRENT_PROJECT_VERSION = 2018.04.10.00.01; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -376,10 +376,10 @@ APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 3.0; + CURRENT_PROJECT_VERSION = 3.1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 3.0; + DYLIB_CURRENT_VERSION = 3.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = WSTagsField/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -397,10 +397,10 @@ APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ENABLE_MODULES = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 3.0; + CURRENT_PROJECT_VERSION = 3.1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 3.0; + DYLIB_CURRENT_VERSION = 3.1; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = WSTagsField/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; diff --git a/WSTagsField/Info.plist b/WSTagsField/Info.plist index f04f90b..3350437 100644 --- a/WSTagsField/Info.plist +++ b/WSTagsField/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.1.0 CFBundleSignature ???? CFBundleVersion - 2018.04.09.19.15 + 2018.04.10.00.01 NSPrincipalClass diff --git a/WSTagsFieldTests/Info.plist b/WSTagsFieldTests/Info.plist index 75e17f0..81ba2e1 100644 --- a/WSTagsFieldTests/Info.plist +++ b/WSTagsFieldTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.0.0 + 3.1.0 CFBundleSignature ???? CFBundleVersion - 2018.04.09.19.15 + 2018.04.10.00.01