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

Commit

Permalink
Increased version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob van Mourik committed Jul 7, 2015
1 parent 262ecad commit 05b7f2e
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.1.0</version>
<version>0.2.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 @@ -44,7 +44,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.1.0";
public static final String VERSION = "0.2.0";
public static final int DEFAULT_WIDTH = 1024;
public static final int DEFAULT_HEIGHT = 768;

Expand Down

0 comments on commit 05b7f2e

Please sign in to comment.