Skip to content

Commit

Permalink
Create v3.3
Browse files Browse the repository at this point in the history
Create a new version because #45 is a blocking issue.
In fact the working session is not even saved.
  • Loading branch information
NicolasGrosjean committed Sep 13, 2020
1 parent 36db31d commit 3a4147f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AppInfo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
AppVersion=3.3
- Fix crash when translating CK3 with more than 2 languages (#45)

AppVersion=3.2
- Add Crusader Kings III compatibility (#41)
- Fix saving when destination file doesn't exist (#37)
Expand Down
2 changes: 1 addition & 1 deletion src/versionning/OnlineVersionChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public class OnlineVersionChecker {
private static String URL_APP_INFO_TXT = "https://raw.githubusercontent.com/NicolasGrosjean/Translate_helper/master/AppInfo.txt";
private static String VERSION = "3.2";
private static String VERSION = "3.3";

private int lastestOnlineMajorVersionNumber;
private int lastestOnlineMinorVersionNumber;
Expand Down

0 comments on commit 3a4147f

Please sign in to comment.