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

Commit 6166c23

Browse files
author
jacob.v.m
committed
Updated version.
1 parent 4e4677d commit 6166c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.jvms</groupId>
44
<artifactId>i18n-editor</artifactId>
5-
<version>0.0.1</version>
5+
<version>0.1.0-beta.1</version>
66
<dependencies>
77
<dependency>
88
<groupId>org.apache.commons</groupId>

src/main/java/com/jvms/i18neditor/Editor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class Editor extends JFrame {
4242
private static final long serialVersionUID = 1113029729495390082L;
4343

4444
public static final String NAME = "i18n Editor";
45-
public static final String VERSION = "0.0.1";
45+
public static final String VERSION = "0.1.0-beta.1";
4646
private static final int WINDOW_WIDTH = 1024;
4747
private static final int WINDOW_HEIGHT = 768;
4848

0 commit comments

Comments
 (0)