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

Commit

Permalink
Changed version to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob van Mourik committed Jun 22, 2018
1 parent ba0128e commit a65a066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .inno.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define AppName "i18n-editor"
#define AppVersion "2.0.0"
#define AppVersion "2.0.0-beta.1"
#define AppPublisher "JvMs Software"
#define AppURL "https://github.com/jcbvm/i18n-editor"
#define AppExeName "i18n-editor.exe"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jvms</groupId>
<artifactId>i18n-editor</artifactId>
<version>2.0.0</version>
<version>2.0.0-beta.1</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jvms/i18neditor/editor/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class Editor extends JFrame {
private final static Logger log = LoggerFactory.getLogger(Editor.class);

public final static String TITLE = "i18n-editor";
public final static String VERSION = "2.0.0";
public final static String VERSION = "2.0.0-beta.1";
public final static String GITHUB_REPO = "jcbvm/i18n-editor";
public final static String PROJECT_FILE = ".i18n-editor-metadata";
public final static String SETTINGS_FILE = ".i18n-editor";
Expand Down

0 comments on commit a65a066

Please sign in to comment.