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

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob van Mourik committed Oct 4, 2016
1 parent d45d454 commit b9b3280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>0.7.0</version>
<version>0.8.0</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jvms/i18neditor/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class Editor extends JFrame {

public final static Path SETTINGS_PATH = Paths.get(System.getProperty("user.home"), ".i18n-editor");
public final static String TITLE = "i18n Editor";
public final static String VERSION = "0.7.0";
public final static String VERSION = "0.8.0";
public final static String COPYRIGHT_YEAR = "2016";
public final static String GITHUB_REPO = "jcbvm/ember-i18n-editor";
public final static int DEFAULT_WIDTH = 1024;
Expand Down

0 comments on commit b9b3280

Please sign in to comment.