Skip to content

Commit

Permalink
Create v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Aug 12, 2018
1 parent 645356c commit 214ce3b
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.6
- Add HoI4 coloration
- Fix bug when using previous button when destination file doesn't exist

AppVersion=2.5
- Manage version number for EUIV/HoI4/Stellaris
- Add a go to line button in translation interface
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.5";
private static String VERSION = "2.6";

private int lastestOnlineMajorVersionNumber;
private int lastestOnlineMinorVersionNumber;
Expand Down

0 comments on commit 214ce3b

Please sign in to comment.