Skip to content

Commit 30cf7ef

Browse files
Bump v2.0.0.beta.1
1 parent d456193 commit 30cf7ef

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 = "1.2.3"
3+
s.version = "2.0.0.beta.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
253253
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
254254
COPY_PHASE_STRIP = NO;
255-
CURRENT_PROJECT_VERSION = 2016.08.18.17.28;
255+
CURRENT_PROJECT_VERSION = 2016.08.26.11.22;
256256
DEBUG_INFORMATION_FORMAT = dwarf;
257257
ENABLE_STRICT_OBJC_MSGSEND = YES;
258258
ENABLE_TESTABILITY = YES;
@@ -303,7 +303,7 @@
303303
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
304304
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
305305
COPY_PHASE_STRIP = NO;
306-
CURRENT_PROJECT_VERSION = 2016.08.18.17.28;
306+
CURRENT_PROJECT_VERSION = 2016.08.26.11.22;
307307
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
308308
ENABLE_NS_ASSERTIONS = NO;
309309
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -332,10 +332,10 @@
332332
APPLICATION_EXTENSION_API_ONLY = YES;
333333
CLANG_ENABLE_MODULES = YES;
334334
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
335-
CURRENT_PROJECT_VERSION = 1.0;
335+
CURRENT_PROJECT_VERSION = 2016.08.26.11.22;
336336
DEFINES_MODULE = YES;
337337
DYLIB_COMPATIBILITY_VERSION = 1;
338-
DYLIB_CURRENT_VERSION = 1.0;
338+
DYLIB_CURRENT_VERSION = 2.0;
339339
DYLIB_INSTALL_NAME_BASE = "@rpath";
340340
INFOPLIST_FILE = WSTagsField/Info.plist;
341341
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -355,10 +355,10 @@
355355
APPLICATION_EXTENSION_API_ONLY = YES;
356356
CLANG_ENABLE_MODULES = YES;
357357
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
358-
CURRENT_PROJECT_VERSION = 1.0;
358+
CURRENT_PROJECT_VERSION = 2016.08.26.11.22;
359359
DEFINES_MODULE = YES;
360360
DYLIB_COMPATIBILITY_VERSION = 1;
361-
DYLIB_CURRENT_VERSION = 1.0;
361+
DYLIB_CURRENT_VERSION = 2.0;
362362
DYLIB_INSTALL_NAME_BASE = "@rpath";
363363
INFOPLIST_FILE = WSTagsField/Info.plist;
364364
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.3</string>
18+
<string>2.0.0.beta.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2016.08.18.17.28</string>
22+
<string>2016.08.26.11.22</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.2.3</string>
18+
<string>2.0.0.beta.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2016.08.18.17.28</string>
22+
<string>2016.08.26.11.22</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)