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 Aug 25, 2015
1 parent 08ef2ab commit 6c02fb4
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 @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jvms</groupId>
<artifactId>i18n-editor</artifactId>
<version>0.2.2</version>
<version>0.3.0</version>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
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 @@ -51,7 +51,7 @@ public class Editor extends JFrame {

public static final Path SETTINGS_PATH = Paths.get(System.getProperty("user.home"), ".i18n-editor");
public static final String TITLE = "i18n Editor";
public static final String VERSION = "0.2.2";
public static final String VERSION = "0.3.0";
public static final int DEFAULT_WIDTH = 1024;
public static final int DEFAULT_HEIGHT = 768;

Expand Down

0 comments on commit 6c02fb4

Please sign in to comment.