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

Commit 6f89dda

Browse files
author
Jacob van Mourik
committed
Updated version.
1 parent f0b6312 commit 6f89dda

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.2.0</version>
5+
<version>0.2.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
@@ -51,7 +51,7 @@ public class Editor extends JFrame {
5151

5252
public static final Path SETTINGS_PATH = Paths.get(System.getProperty("user.home"), ".i18n-editor");
5353
public static final String TITLE = "i18n Editor";
54-
public static final String VERSION = "0.2.0";
54+
public static final String VERSION = "0.2.1";
5555
public static final int DEFAULT_WIDTH = 1024;
5656
public static final int DEFAULT_HEIGHT = 768;
5757

0 commit comments

Comments
 (0)