Skip to content

Commit 03cc891

Browse files
committed
Version Bump to 54
1 parent 01bb304 commit 03cc891

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

BeeKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>6.7</string>
1919
<key>CFBundleVersion</key>
20-
<string>53</string>
20+
<string>54</string>
2121
</dict>
2222
</plist>

BeeKitTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>6.7</string>
1919
<key>CFBundleVersion</key>
20-
<string>53</string>
20+
<string>54</string>
2121
</dict>
2222
</plist>

BeeSwift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@
12221222
CODE_SIGN_IDENTITY = "iPhone Developer";
12231223
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
12241224
COPY_PHASE_STRIP = NO;
1225-
CURRENT_PROJECT_VERSION = 53;
1225+
CURRENT_PROJECT_VERSION = 54;
12261226
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12271227
ENABLE_STRICT_OBJC_MSGSEND = YES;
12281228
ENABLE_TESTABILITY = YES;
@@ -1287,7 +1287,7 @@
12871287
CODE_SIGN_IDENTITY = "iPhone Distribution";
12881288
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
12891289
COPY_PHASE_STRIP = NO;
1290-
CURRENT_PROJECT_VERSION = 53;
1290+
CURRENT_PROJECT_VERSION = 54;
12911291
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12921292
ENABLE_NS_ASSERTIONS = NO;
12931293
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1454,7 +1454,7 @@
14541454
DEFINES_MODULE = YES;
14551455
DEVELOPMENT_TEAM = 8TW9V9HVES;
14561456
DYLIB_COMPATIBILITY_VERSION = 1;
1457-
DYLIB_CURRENT_VERSION = 53;
1457+
DYLIB_CURRENT_VERSION = 54;
14581458
DYLIB_INSTALL_NAME_BASE = "@rpath";
14591459
ENABLE_MODULE_VERIFIER = YES;
14601460
EXCLUDED_ARCHS = "";
@@ -1501,7 +1501,7 @@
15011501
DEFINES_MODULE = YES;
15021502
DEVELOPMENT_TEAM = 8TW9V9HVES;
15031503
DYLIB_COMPATIBILITY_VERSION = 1;
1504-
DYLIB_CURRENT_VERSION = 53;
1504+
DYLIB_CURRENT_VERSION = 54;
15051505
DYLIB_INSTALL_NAME_BASE = "@rpath";
15061506
ENABLE_MODULE_VERIFIER = YES;
15071507
EXCLUDED_ARCHS = "";

BeeSwift/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</dict>
7171
</array>
7272
<key>CFBundleVersion</key>
73-
<string>53</string>
73+
<string>54</string>
7474
<key>ITSAppUsesNonExemptEncryption</key>
7575
<false/>
7676
<key>LSApplicationCategoryType</key>

BeeSwiftIntents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>6.7</string>
2121
<key>CFBundleVersion</key>
22-
<string>53</string>
22+
<string>54</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionAttributes</key>

BeeSwiftTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>53</string>
22+
<string>54</string>
2323
</dict>
2424
</plist>

BeeSwiftUITests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>6.7</string>
1919
<key>CFBundleVersion</key>
20-
<string>53</string>
20+
<string>54</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)