Skip to content

Commit

Permalink
Bump to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Sep 18, 2019
1 parent 9b93d56 commit 92d05e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion WSTagsField.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WSTagsField"
s.version = "5.0.0"
s.version = "5.1.0"
s.summary = "An iOS text field that represents different Tags"
s.homepage = "https://github.com/whitesmith/WSTagsField"
s.license = 'MIT'
Expand Down
8 changes: 4 additions & 4 deletions WSTagsField.xcodeproj/project.pbxproj
Expand Up @@ -310,8 +310,8 @@
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 2019.5.7.16.22;
SHARED_VERSION_NUMBER = 5.0.0;
SHARED_BUILD_NUMBER = 2019.9.18.23.24;
SHARED_VERSION_NUMBER = 5.1.0;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -366,8 +366,8 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 2019.5.7.16.22;
SHARED_VERSION_NUMBER = 5.0.0;
SHARED_BUILD_NUMBER = 2019.9.18.23.24;
SHARED_VERSION_NUMBER = 5.1.0;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit 92d05e2

Please sign in to comment.