diff --git a/.gitignore b/.gitignore index db49a3a..bc4f440 100644 --- a/.gitignore +++ b/.gitignore @@ -47,15 +47,13 @@ playground.xcworkspace # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# -# Pods/ +Pods/ # Carthage # # Add this line if you want to avoid checking in source code from Carthage dependencies. -# Carthage/Checkouts - -Carthage/Build +Carthage/ +*.framework.zip # fastlane # diff --git a/Example/Cartfile b/Example/Cartfile index 2d0b75c..a38e82c 100644 --- a/Example/Cartfile +++ b/Example/Cartfile @@ -1 +1 @@ -github "whitesmith/WSTagsField" "2.0.0.beta.1" +github "whitesmith/WSTagsField" "2.1.0" diff --git a/Example/Cartfile.resolved b/Example/Cartfile.resolved index 2d0b75c..a38e82c 100644 --- a/Example/Cartfile.resolved +++ b/Example/Cartfile.resolved @@ -1 +1 @@ -github "whitesmith/WSTagsField" "2.0.0.beta.1" +github "whitesmith/WSTagsField" "2.1.0" diff --git a/WSTagsField.podspec b/WSTagsField.podspec index 31e5950..cc785d3 100644 --- a/WSTagsField.podspec +++ b/WSTagsField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WSTagsField" - s.version = "2.0.0" + s.version = "2.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 6946738..1674d82 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.01.06.17.38; + CURRENT_PROJECT_VERSION = 2017.01.06.17.49; 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.01.06.17.38; + CURRENT_PROJECT_VERSION = 2017.01.06.17.49; 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 9fb0481..60497d9 100644 --- a/WSTagsField/Info.plist +++ b/WSTagsField/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.1 + 2.1.0 CFBundleSignature ???? CFBundleVersion - 2017.01.06.17.38 + 2017.01.06.17.49 NSPrincipalClass diff --git a/WSTagsFieldTests/Info.plist b/WSTagsFieldTests/Info.plist index fb6a3ae..4acae2e 100644 --- a/WSTagsFieldTests/Info.plist +++ b/WSTagsFieldTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0.1 + 2.1.0 CFBundleSignature ???? CFBundleVersion - 2017.01.06.17.38 + 2017.01.06.17.49