Skip to content

Commit

Permalink
Create v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Dec 29, 2019
1 parent 327a96b commit 208dbdb
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.1
- Fix text lost when dealing missing and existing texts

AppVersion=3.0
- Add Imperator Rome compatibility
- Support multi directory localisation
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.0";
private static String VERSION = "3.1";

private int lastestOnlineMajorVersionNumber;
private int lastestOnlineMinorVersionNumber;
Expand Down

0 comments on commit 208dbdb

Please sign in to comment.