Skip to content

Commit

Permalink
Create v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Oct 28, 2018
1 parent 66b1812 commit 9db5f53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions AppInfo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
AppVersion=2.9
- Fix crash when saving a bad formatted CK2 localisation file
- Move set loan words button to right in order to use more

AppVersion=2.8
- Adapt to new Project Hospital file name format
- Adapt to new Project Hospital header format
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 = "2.8";
private static String VERSION = "2.9";

private int lastestOnlineMajorVersionNumber;
private int lastestOnlineMinorVersionNumber;
Expand Down

0 comments on commit 9db5f53

Please sign in to comment.