Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Apr 12, 2024
1 parent aadfd81 commit 6d2600d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AuthoringTool/electron.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"appId": "com.AuthoringTool.app",
"productName": "AuthoringTool",
"copyright": "Copyright © 2023 Team AdLer",
"buildVersion": "2.1.2",
"buildVersion": "2.1.3",
"compression": "maximum",
"directories": {
"output": "../../../bin/Desktop_Publish"
Expand Down
2 changes: 1 addition & 1 deletion Shared/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Shared;

public static class Constants
{
public const string ApplicationVersion = "2.1.2";
public const string ApplicationVersion = "2.1.3";
public const string AtfVersion = "2.0";
}

0 comments on commit 6d2600d

Please sign in to comment.