Skip to content

Commit 8994044

Browse files
Bump v1.2.3
1 parent 3083231 commit 8994044

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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 = "1.2.2"
3+
s.version = "1.2.3"
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
@@ -248,7 +248,7 @@
248248
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
249249
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
250250
COPY_PHASE_STRIP = NO;
251-
CURRENT_PROJECT_VERSION = 1;
251+
CURRENT_PROJECT_VERSION = 2016.08.18.17.28;
252252
DEBUG_INFORMATION_FORMAT = dwarf;
253253
ENABLE_STRICT_OBJC_MSGSEND = YES;
254254
ENABLE_TESTABILITY = YES;
@@ -297,7 +297,7 @@
297297
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
298298
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
299299
COPY_PHASE_STRIP = NO;
300-
CURRENT_PROJECT_VERSION = 1;
300+
CURRENT_PROJECT_VERSION = 2016.08.18.17.28;
301301
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
302302
ENABLE_NS_ASSERTIONS = NO;
303303
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -326,7 +326,7 @@
326326
CLANG_ENABLE_MODULES = YES;
327327
DEFINES_MODULE = YES;
328328
DYLIB_COMPATIBILITY_VERSION = 1;
329-
DYLIB_CURRENT_VERSION = 1;
329+
DYLIB_CURRENT_VERSION = 2016.08.18.17.28;
330330
DYLIB_INSTALL_NAME_BASE = "@rpath";
331331
INFOPLIST_FILE = WSTagsField/Info.plist;
332332
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -346,7 +346,7 @@
346346
CLANG_ENABLE_MODULES = YES;
347347
DEFINES_MODULE = YES;
348348
DYLIB_COMPATIBILITY_VERSION = 1;
349-
DYLIB_CURRENT_VERSION = 1;
349+
DYLIB_CURRENT_VERSION = 2016.08.18.17.28;
350350
DYLIB_INSTALL_NAME_BASE = "@rpath";
351351
INFOPLIST_FILE = WSTagsField/Info.plist;
352352
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>1.2.2</string>
18+
<string>1.2.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>2016.08.18.17.28</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>1.0</string>
18+
<string>1.2.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2016.08.18.17.28</string>
2323
</dict>
2424
</plist>

fastlane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Prepare a new Release version
2424

2525
----
2626

27-
This README.md is auto-generated and will be re-generated every time to run [fastlane](https://fastlane.tools).
27+
This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
2828
More information about fastlane can be found on [https://fastlane.tools](https://fastlane.tools).
2929
The documentation of fastlane can be found on [GitHub](https://github.com/fastlane/fastlane/tree/master/fastlane).

0 commit comments

Comments
 (0)