diff --git a/Example/Cartfile b/Example/Cartfile index e468de3..a181ea1 100644 --- a/Example/Cartfile +++ b/Example/Cartfile @@ -1 +1 @@ -github "whitesmith/WSTagsField" +github "whitesmith/WSTagsField" "1.2.4" diff --git a/Example/Cartfile.resolved b/Example/Cartfile.resolved new file mode 100644 index 0000000..a181ea1 --- /dev/null +++ b/Example/Cartfile.resolved @@ -0,0 +1 @@ +github "whitesmith/WSTagsField" "1.2.4" diff --git a/WSTagsField.podspec b/WSTagsField.podspec index a4e029a..5a87719 100644 --- a/WSTagsField.podspec +++ b/WSTagsField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WSTagsField" - s.version = "1.2.3" + s.version = "1.2.4" 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 6286fa2..941a618 100644 --- a/WSTagsField.xcodeproj/project.pbxproj +++ b/WSTagsField.xcodeproj/project.pbxproj @@ -248,7 +248,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2016.08.18.17.28; + CURRENT_PROJECT_VERSION = 2017.04.07.13.00; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -297,7 +297,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2016.08.18.17.28; + CURRENT_PROJECT_VERSION = 2017.04.07.13.00; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -326,7 +326,7 @@ CLANG_ENABLE_MODULES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 2016.08.18.17.28; + DYLIB_CURRENT_VERSION = 2017.04.07.13.00; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = WSTagsField/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -346,7 +346,7 @@ CLANG_ENABLE_MODULES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 2016.08.18.17.28; + DYLIB_CURRENT_VERSION = 2017.04.07.13.00; 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 5765c27..fafda73 100644 --- a/WSTagsField/Info.plist +++ b/WSTagsField/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.3 + 1.2.4 CFBundleSignature ???? CFBundleVersion - 2016.08.18.17.28 + 2017.04.07.13.00 NSPrincipalClass diff --git a/WSTagsFieldTests/Info.plist b/WSTagsFieldTests/Info.plist index ead2b09..182cece 100644 --- a/WSTagsFieldTests/Info.plist +++ b/WSTagsFieldTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.2.3 + 1.2.4 CFBundleSignature ???? CFBundleVersion - 2016.08.18.17.28 + 2017.04.07.13.00