Skip to content

Commit f7207ec

Browse files
committed
Bump version
1 parent 0a7e464 commit f7207ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<key>CFBundlePackageType</key>
2929
<string>APPL</string>
3030
<key>CFBundleShortVersionString</key>
31-
<string>1.51</string>
31+
<string>1.52</string>
3232
<key>CFBundleSignature</key>
3333
<string>????</string>
3434
<key>CFBundleVersion</key>

source/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
static constexpr std::string_view projectsFile = "projects.txt";
1515
static constexpr std::string_view editorPathsFile = "editorPaths.txt";
1616
static constexpr std::string_view templatePrefix = "com.unity.template";
17-
static constexpr std::string_view AppVersion = "v1.51";
17+
static constexpr std::string_view AppVersion = "v1.52";
1818

1919
struct wxListCtrl;
2020
struct wxWindow;

0 commit comments

Comments
 (0)