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

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob.v.m committed Jun 7, 2015
1 parent 4e4677d commit 6166c23
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.0.1</version>
<version>0.1.0-beta.1</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 @@ -42,7 +42,7 @@ public class Editor extends JFrame {
private static final long serialVersionUID = 1113029729495390082L;

public static final String NAME = "i18n Editor";
public static final String VERSION = "0.0.1";
public static final String VERSION = "0.1.0-beta.1";
private static final int WINDOW_WIDTH = 1024;
private static final int WINDOW_HEIGHT = 768;

Expand Down

0 comments on commit 6166c23

Please sign in to comment.