File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/io/simplelocalize/cli Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
3333You 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 33public 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 {
You can’t perform that action at this time.
0 commit comments