Skip to content

Commit

Permalink
Create v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Jul 14, 2018
1 parent 4145397 commit 7054356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions AppInfo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
AppVersion=2.5
- Manage version number for EUIV/HoI4/Stellaris
- Add a go to line button in translation interface
- Split open file right-click action into open source and open destination file

AppVersion=2.4
- Add buttons to restore the original source or destination text
- Add a button to copy source text into destination
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.4";
private static String VERSION = "2.5";

private int lastestOnlineMajorVersionNumber;
private int lastestOnlineMinorVersionNumber;
Expand Down

0 comments on commit 7054356

Please sign in to comment.