Skip to content

Commit 23cf477

Browse files
Bump to v5.1.1
1 parent d678bc7 commit 23cf477

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 = "5.1.0"
3+
s.version = "5.1.1"
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
@@ -310,8 +310,8 @@
310310
MTL_ENABLE_DEBUG_INFO = YES;
311311
ONLY_ACTIVE_ARCH = YES;
312312
SDKROOT = iphoneos;
313-
SHARED_BUILD_NUMBER = 2019.9.18.23.24;
314-
SHARED_VERSION_NUMBER = 5.1.0;
313+
SHARED_BUILD_NUMBER = 2019.10.3.10.52;
314+
SHARED_VERSION_NUMBER = 5.1.1;
315315
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
316316
SWIFT_VERSION = 4.0;
317317
TARGETED_DEVICE_FAMILY = "1,2";
@@ -366,8 +366,8 @@
366366
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
367367
MTL_ENABLE_DEBUG_INFO = NO;
368368
SDKROOT = iphoneos;
369-
SHARED_BUILD_NUMBER = 2019.9.18.23.24;
370-
SHARED_VERSION_NUMBER = 5.1.0;
369+
SHARED_BUILD_NUMBER = 2019.10.3.10.52;
370+
SHARED_VERSION_NUMBER = 5.1.1;
371371
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
372372
SWIFT_VERSION = 4.0;
373373
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)