This repository was archived by the owner on Mar 15, 2023. It is now read-only.
Commit a65a066 Jacob van Mourik
committed
1 parent ba0128e commit a65a066 Copy full SHA for a65a066
File tree 3 files changed +3
-3
lines changed
src/main/java/com/jvms/i18neditor/editor
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#define AppName " i18n-editor"
2
- #define AppVersion " 2.0.0"
2
+ #define AppVersion " 2.0.0-beta.1 "
3
3
#define AppPublisher " JvMs Software"
4
4
#define AppURL " https://github.com/jcbvm/i18n-editor"
5
5
#define AppExeName " i18n-editor.exe"
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.jvms</groupId >
5
5
<artifactId >i18n-editor</artifactId >
6
- <version >2.0.0</version >
6
+ <version >2.0.0-beta.1 </version >
7
7
<packaging >jar</packaging >
8
8
<dependencies >
9
9
<dependency >
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public class Editor extends JFrame {
86
86
private final static Logger log = LoggerFactory .getLogger (Editor .class );
87
87
88
88
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 " ;
90
90
public final static String GITHUB_REPO = "jcbvm/i18n-editor" ;
91
91
public final static String PROJECT_FILE = ".i18n-editor-metadata" ;
92
92
public final static String SETTINGS_FILE = ".i18n-editor" ;
You can’t perform that action at this time.
0 commit comments