We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7e464 commit f7207ecCopy full SHA for f7207ec
source/Info.plist
@@ -28,7 +28,7 @@
28
<key>CFBundlePackageType</key>
29
<string>APPL</string>
30
<key>CFBundleShortVersionString</key>
31
- <string>1.51</string>
+ <string>1.52</string>
32
<key>CFBundleSignature</key>
33
<string>????</string>
34
<key>CFBundleVersion</key>
source/globals.h
@@ -14,7 +14,7 @@
14
static constexpr std::string_view projectsFile = "projects.txt";
15
static constexpr std::string_view editorPathsFile = "editorPaths.txt";
16
static constexpr std::string_view templatePrefix = "com.unity.template";
17
-static constexpr std::string_view AppVersion = "v1.51";
+static constexpr std::string_view AppVersion = "v1.52";
18
19
struct wxListCtrl;
20
struct wxWindow;
0 commit comments