Skip to content

Commit

Permalink
Create version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Sep 17, 2017
1 parent 2bba9ba commit 0bcda2f
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=1.3
- Add grammar and spell check to source text

AppVersion=1.2
- Allow to modify source text
- Add entry ID and languages in the translation dialog
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 = "1.2";
private static String VERSION = "1.3";
private static String TOOL_URL = "https://forum.paradoxplaza.com/forum/index.php?threads/tool-translate-helper.1043308/";

private String onlineVersion;
Expand Down

0 comments on commit 0bcda2f

Please sign in to comment.