Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug committed Nov 21, 2021
1 parent 3fa303c commit 3ddd65b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4</string>
<string>1.41</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion source/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
static const std::string projectsFile = "projects.txt";
static const std::string editorPathsFile = "editorPaths.txt";
static const std::string templatePrefix = "com.unity.template";
static const std::string AppVersion = "v1.4";
static const std::string AppVersion = "v1.41";

//structure for representing an editor and for locating it
struct editor{
Expand Down

0 comments on commit 3ddd65b

Please sign in to comment.