Skip to content

Commit f6cb6b6

Browse files
committed
0.2.0
1 parent a763bd5 commit f6cb6b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The examples of declaring that repository and the dependency on this package in
2626
<dependency>
2727
<groupId>io.github.sttk</groupId>
2828
<artifactId>cliargs</artifactId>
29-
<version>0.1.0</version>
29+
<version>0.2.0</version>
3030
</dependency>
3131
</dependencies>
3232
```
@@ -38,7 +38,7 @@ repositories {
3838
mavenCentral()
3939
}
4040
dependencies {
41-
implementation 'io.github.sttk:cliargs:0.1.0'
41+
implementation 'io.github.sttk:cliargs:0.2.0'
4242
}
4343
```
4444

@@ -387,8 +387,8 @@ See the file LICENSE in this distribution for more details.
387387

388388

389389
[repo-url]: https://github.com/sttk/cliargs-java
390-
[mvn-img]: https://img.shields.io/badge/maven_central-0.1.0-276bdd.svg
391-
[mvn-url]: https://central.sonatype.com/artifact/io.github.sttk/cliargs/0.1.0
390+
[mvn-img]: https://img.shields.io/badge/maven_central-0.2.0-276bdd.svg
391+
[mvn-url]: https://central.sonatype.com/artifact/io.github.sttk/cliargs/0.2.0
392392
[io-img]: https://img.shields.io/badge/github.io-Javadoc-4d7a97.svg
393393
[io-url]: https://sttk.github.io/cliargs-java/
394394
[ci-img]: https://github.com/sttk/cliargs-java/actions/workflows/java-ci.yml/badge.svg?branch=main

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.sttk</groupId>
88
<artifactId>cliargs</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>cliargs</name>

0 commit comments

Comments
 (0)