Skip to content

Commit fd964f5

Browse files
committed
Bump version for release
1 parent 1692564 commit fd964f5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CGMBLEKit Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>2.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

CGMBLEKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@
906906
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
907907
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
908908
COPY_PHASE_STRIP = NO;
909-
CURRENT_PROJECT_VERSION = 15;
909+
CURRENT_PROJECT_VERSION = 16;
910910
DEBUG_INFORMATION_FORMAT = dwarf;
911911
ENABLE_STRICT_OBJC_MSGSEND = YES;
912912
ENABLE_TESTABILITY = YES;
@@ -966,7 +966,7 @@
966966
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
967967
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
968968
COPY_PHASE_STRIP = NO;
969-
CURRENT_PROJECT_VERSION = 15;
969+
CURRENT_PROJECT_VERSION = 16;
970970
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
971971
ENABLE_NS_ASSERTIONS = NO;
972972
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -999,7 +999,7 @@
999999
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
10001000
DEFINES_MODULE = YES;
10011001
DYLIB_COMPATIBILITY_VERSION = 1;
1002-
DYLIB_CURRENT_VERSION = 15;
1002+
DYLIB_CURRENT_VERSION = 16;
10031003
DYLIB_INSTALL_NAME_BASE = "@rpath";
10041004
INFOPLIST_FILE = CGMBLEKit/Info.plist;
10051005
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1021,7 +1021,7 @@
10211021
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
10221022
DEFINES_MODULE = YES;
10231023
DYLIB_COMPATIBILITY_VERSION = 1;
1024-
DYLIB_CURRENT_VERSION = 15;
1024+
DYLIB_CURRENT_VERSION = 16;
10251025
DYLIB_INSTALL_NAME_BASE = "@rpath";
10261026
INFOPLIST_FILE = CGMBLEKit/Info.plist;
10271027
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

CGMBLEKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.8.1</string>
18+
<string>2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CGMBLEKitTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.8.1</string>
18+
<string>2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ResetTransmitter/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>2.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)