Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Apr 9, 2021
1 parent 26f238c commit 99486f6
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 @@ -4,7 +4,7 @@

<groupId>cz.webstones</groupId>
<artifactId>Words</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>1.13.0-RELEASE</version>
<packaging>jar</packaging>

<name>Words</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cz/webstones/words/Service.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Service {

private static final Logger LOGGER = Logger.getLogger(Service.class.getName());

public static final String VERSION = "Words 1.13.0 snapshot";
public static final String VERSION = "Words 1.13.0";
public static final String SETUP_FNAME = "setup.properties";
private static final String HISTORY_FNAME = "history.properties";
private static final String APP_DATA_DIR = "WordsData";
Expand Down

0 comments on commit 99486f6

Please sign in to comment.