Skip to content

Commit 3cc5e2c

Browse files
Bump to v3.2.0
1 parent 2f1daab commit 3cc5e2c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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 = "3.1.0"
3+
s.version = "3.2.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
287287
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
288288
COPY_PHASE_STRIP = NO;
289-
CURRENT_PROJECT_VERSION = 2018.04.10.00.01;
289+
CURRENT_PROJECT_VERSION = 2018.09.14.15.57;
290290
DEBUG_INFORMATION_FORMAT = dwarf;
291291
ENABLE_STRICT_OBJC_MSGSEND = YES;
292292
ENABLE_TESTABILITY = YES;
@@ -346,7 +346,7 @@
346346
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
347347
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
348348
COPY_PHASE_STRIP = NO;
349-
CURRENT_PROJECT_VERSION = 2018.04.10.00.01;
349+
CURRENT_PROJECT_VERSION = 2018.09.14.15.57;
350350
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
351351
ENABLE_NS_ASSERTIONS = NO;
352352
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -376,10 +376,10 @@
376376
APPLICATION_EXTENSION_API_ONLY = YES;
377377
CLANG_ENABLE_MODULES = YES;
378378
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
379-
CURRENT_PROJECT_VERSION = 3.1;
379+
CURRENT_PROJECT_VERSION = 3.2;
380380
DEFINES_MODULE = YES;
381381
DYLIB_COMPATIBILITY_VERSION = 1;
382-
DYLIB_CURRENT_VERSION = 3.1;
382+
DYLIB_CURRENT_VERSION = 3.2;
383383
DYLIB_INSTALL_NAME_BASE = "@rpath";
384384
INFOPLIST_FILE = WSTagsField/Info.plist;
385385
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -397,10 +397,10 @@
397397
APPLICATION_EXTENSION_API_ONLY = YES;
398398
CLANG_ENABLE_MODULES = YES;
399399
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
400-
CURRENT_PROJECT_VERSION = 3.1;
400+
CURRENT_PROJECT_VERSION = 3.2;
401401
DEFINES_MODULE = YES;
402402
DYLIB_COMPATIBILITY_VERSION = 1;
403-
DYLIB_CURRENT_VERSION = 3.1;
403+
DYLIB_CURRENT_VERSION = 3.2;
404404
DYLIB_INSTALL_NAME_BASE = "@rpath";
405405
INFOPLIST_FILE = WSTagsField/Info.plist;
406406
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

WSTagsField/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.1.0</string>
18+
<string>3.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2018.04.10.00.01</string>
22+
<string>2018.09.14.15.57</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

WSTagsFieldTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.1.0</string>
18+
<string>3.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2018.04.10.00.01</string>
22+
<string>2018.09.14.15.57</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)