Skip to content

Commit

Permalink
Version Bump to 45
Browse files Browse the repository at this point in the history
  • Loading branch information
theospears committed Mar 3, 2024
1 parent b5a3e79 commit 37e9e63
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion BeeKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>6.6</string>
<key>CFBundleVersion</key>
<string>44</string>
<string>45</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion BeeKitTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>6.6</string>
<key>CFBundleVersion</key>
<string>44</string>
<string>45</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions BeeSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 8TW9V9HVES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 44;
DYLIB_CURRENT_VERSION = 45;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
EXCLUDED_ARCHS = "";
Expand Down Expand Up @@ -1702,7 +1702,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 8TW9V9HVES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 44;
DYLIB_CURRENT_VERSION = 45;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
EXCLUDED_ARCHS = "";
Expand Down
2 changes: 1 addition & 1 deletion BeeSwift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>44</string>
<string>45</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion BeeSwiftIntents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>6.6</string>
<key>CFBundleVersion</key>
<string>44</string>
<string>45</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
2 changes: 1 addition & 1 deletion BeeSwiftTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>44</string>
<string>45</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion BeeSwiftToday/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>44</string>
<string>45</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
Expand Down
2 changes: 1 addition & 1 deletion BeeSwiftUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>6.6</string>
<key>CFBundleVersion</key>
<string>44</string>
<string>45</string>
</dict>
</plist>

0 comments on commit 37e9e63

Please sign in to comment.