This repository was archived by the owner on Mar 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/jvms/i18neditor/editor Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#define AppName " i18n-editor"
2- #define AppVersion " 2.0.0"
2+ #define AppVersion " 2.0.0-beta.1 "
33#define AppPublisher " JvMs Software"
44#define AppURL " https://github.com/jcbvm/i18n-editor"
55#define AppExeName " i18n-editor.exe"
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.jvms</groupId >
55 <artifactId >i18n-editor</artifactId >
6- <version >2.0.0</version >
6+ <version >2.0.0-beta.1 </version >
77 <packaging >jar</packaging >
88 <dependencies >
99 <dependency >
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public class Editor extends JFrame {
8686 private final static Logger log = LoggerFactory .getLogger (Editor .class );
8787
8888 public final static String TITLE = "i18n-editor" ;
89- public final static String VERSION = "2.0.0" ;
89+ public final static String VERSION = "2.0.0-beta.1 " ;
9090 public final static String GITHUB_REPO = "jcbvm/i18n-editor" ;
9191 public final static String PROJECT_FILE = ".i18n-editor-metadata" ;
9292 public final static String SETTINGS_FILE = ".i18n-editor" ;
You can’t perform that action at this time.
0 commit comments