Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Top-Cat committed Sep 1, 2023
1 parent e1c5a52 commit d35d4fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OSX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<key>CFBundleIdentifier</key>
<string>at.topc.cm.launcher</string>
<key>CFBundleShortVersionString</key>
<string>1.11</string>
<string>1.13</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Shared/Config.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
public static class Config
{
public const int APP_VERSION = 12;
public const int APP_VERSION = 13;
public const int PATCH_SKIP_LIMIT = 12;
public const string CDN_URL = "https://cm.topc.at";
}
4 changes: 2 additions & 2 deletions Windows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.11.0.0")]
[assembly: AssemblyFileVersion("1.11.0.0")]
[assembly: AssemblyVersion("1.13.0.0")]
[assembly: AssemblyFileVersion("1.13.0.0")]

0 comments on commit d35d4fc

Please sign in to comment.