Skip to content

Commit 3ddd65b

Browse files
committed
Bump version
1 parent 3fa303c commit 3ddd65b

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.4</string>
31+
<string>1.41</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 const std::string projectsFile = "projects.txt";
1515
static const std::string editorPathsFile = "editorPaths.txt";
1616
static const std::string templatePrefix = "com.unity.template";
17-
static const std::string AppVersion = "v1.4";
17+
static const std::string AppVersion = "v1.41";
1818

1919
//structure for representing an editor and for locating it
2020
struct editor{

0 commit comments

Comments
 (0)