Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

Commit a65a066

Browse files
author
Jacob van Mourik
committed
Changed version to beta
1 parent ba0128e commit a65a066

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.inno.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

src/main/java/com/jvms/i18neditor/editor/Editor.java

+1-1
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)