Skip to content

Commit

Permalink
Bump to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Feb 21, 2019
1 parent 984a9b7 commit bd9bdcf
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 = "4.0.0"
s.version = "4.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 @@ -308,8 +308,8 @@
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 2018.9.14.18.31;
SHARED_VERSION_NUMBER = 4.0.0;
SHARED_BUILD_NUMBER = 2019.2.21.9.9;
SHARED_VERSION_NUMBER = 4.1.0;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -363,8 +363,8 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 2018.9.14.18.31;
SHARED_VERSION_NUMBER = 4.0.0;
SHARED_BUILD_NUMBER = 2019.2.21.9.9;
SHARED_VERSION_NUMBER = 4.1.0;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit bd9bdcf

Please sign in to comment.