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

Commit

Permalink
Bumped version and copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob van Mourik committed Jun 20, 2018
1 parent 5873d1d commit 83a46d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jvms</groupId>
<artifactId>i18n-editor</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/jvms/i18neditor/editor/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class Editor extends JFrame {
private final static Logger log = LoggerFactory.getLogger(Editor.class);

public final static String TITLE = "i18n-editor";
public final static String VERSION = "1.0.0";
public final static String VERSION = "2.0.0";
public final static String GITHUB_REPO = "jcbvm/i18n-editor";
public final static String PROJECT_FILE = ".i18n-editor-metadata";
public final static String SETTINGS_FILE = ".i18n-editor";
Expand Down Expand Up @@ -504,7 +504,7 @@ public void showAboutDialog() {
"<img src=\"" + Images.getClasspathURL("images/icon-48.png") + "\"><br>" +
"<span style=\"font-size:1.3em;\"><strong>" + TITLE + "</strong></span><br>" +
VERSION + "<br><br>" +
"Copyright (c) 2015 - 2017<br>" +
"Copyright (c) 2015 - 2018<br>" +
"Jacob van Mourik<br>" +
"MIT Licensed");
}
Expand Down

0 comments on commit 83a46d8

Please sign in to comment.