Skip to content

Commit dcbc084

Browse files
committed
Version Bump to 24
1 parent 106bdfa commit dcbc084

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SeedTool.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@
12041204
CODE_SIGN_IDENTITY = "Apple Development";
12051205
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
12061206
CODE_SIGN_STYLE = Automatic;
1207-
CURRENT_PROJECT_VERSION = 23;
1207+
CURRENT_PROJECT_VERSION = 24;
12081208
DEVELOPMENT_ASSET_PATHS = "\"SeedTool/Preview Content\"";
12091209
DEVELOPMENT_TEAM = YZHG975W3A;
12101210
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
@@ -1237,7 +1237,7 @@
12371237
CODE_SIGN_IDENTITY = "Apple Development";
12381238
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
12391239
CODE_SIGN_STYLE = Automatic;
1240-
CURRENT_PROJECT_VERSION = 23;
1240+
CURRENT_PROJECT_VERSION = 24;
12411241
DEVELOPMENT_ASSET_PATHS = "\"SeedTool/Preview Content\"";
12421242
DEVELOPMENT_TEAM = YZHG975W3A;
12431243
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;

SeedTool/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleShortVersionString</key>
2424
<string>$(MARKETING_VERSION)</string>
2525
<key>CFBundleVersion</key>
26-
<string>23</string>
26+
<string>24</string>
2727
<key>ITSAppUsesNonExemptEncryption</key>
2828
<false/>
2929
<key>LSApplicationCategoryType</key>

SeedToolUITests/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>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>23</string>
20+
<string>24</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)