Skip to content

Commit bd9bdcf

Browse files
Bump to v4.1.0
1 parent 984a9b7 commit bd9bdcf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

WSTagsField.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WSTagsField"
3-
s.version = "4.0.0"
3+
s.version = "4.1.0"
44
s.summary = "An iOS text field that represents different Tags"
55
s.homepage = "https://github.com/whitesmith/WSTagsField"
66
s.license = 'MIT'

WSTagsField.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@
308308
MTL_ENABLE_DEBUG_INFO = YES;
309309
ONLY_ACTIVE_ARCH = YES;
310310
SDKROOT = iphoneos;
311-
SHARED_BUILD_NUMBER = 2018.9.14.18.31;
312-
SHARED_VERSION_NUMBER = 4.0.0;
311+
SHARED_BUILD_NUMBER = 2019.2.21.9.9;
312+
SHARED_VERSION_NUMBER = 4.1.0;
313313
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
314314
SWIFT_VERSION = 4.0;
315315
TARGETED_DEVICE_FAMILY = "1,2";
@@ -363,8 +363,8 @@
363363
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
364364
MTL_ENABLE_DEBUG_INFO = NO;
365365
SDKROOT = iphoneos;
366-
SHARED_BUILD_NUMBER = 2018.9.14.18.31;
367-
SHARED_VERSION_NUMBER = 4.0.0;
366+
SHARED_BUILD_NUMBER = 2019.2.21.9.9;
367+
SHARED_VERSION_NUMBER = 4.1.0;
368368
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
369369
SWIFT_VERSION = 4.0;
370370
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)