Skip to content

Commit 7fff4fc

Browse files
committed
Increase version number
1 parent 9d3b8a4 commit 7fff4fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Output JAR file will appear in `target` directory.
2828

2929
### Run JAR file
3030

31-
`java -jar target/simplelocalize-cli-2.0.3.jar`
31+
`java -jar target/simplelocalize-cli-2.0.4.jar`
3232

3333
You can pass arguments to CLI by adding them to the end of the command:
3434

35-
`java -jar target/simplelocalize-cli-2.0.3.jar download`
35+
`java -jar target/simplelocalize-cli-2.0.4.jar download`
3636

3737

3838
### Run tests

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.simplelocalize</groupId>
66
<artifactId>simplelocalize-cli</artifactId>
7-
<version>2.0.3</version>
7+
<version>2.0.4</version>
88
<packaging>jar</packaging>
99
<name>simplelocalize-cli</name>
1010
<description>Official SimpleLocalize Command Line Interface</description>

src/main/java/io/simplelocalize/cli/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public class Version
44
{
55

6-
public static final String NUMBER = "2.0.3";
6+
public static final String NUMBER = "2.0.4";
77

88
private Version()
99
{

0 commit comments

Comments
 (0)