File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The examples of declaring that repository and the dependency on this package in
26
26
<dependency >
27
27
<groupId >io.github.sttk</groupId >
28
28
<artifactId >cliargs</artifactId >
29
- <version >0.1 .0</version >
29
+ <version >0.2 .0</version >
30
30
</dependency >
31
31
</dependencies >
32
32
```
@@ -38,7 +38,7 @@ repositories {
38
38
mavenCentral()
39
39
}
40
40
dependencies {
41
- implementation 'io.github.sttk:cliargs:0.1 .0'
41
+ implementation 'io.github.sttk:cliargs:0.2 .0'
42
42
}
43
43
```
44
44
@@ -387,8 +387,8 @@ See the file LICENSE in this distribution for more details.
387
387
388
388
389
389
[ 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
392
392
[ io-img ] : https://img.shields.io/badge/github.io-Javadoc-4d7a97.svg
393
393
[ io-url ] : https://sttk.github.io/cliargs-java/
394
394
[ ci-img ] : https://github.com/sttk/cliargs-java/actions/workflows/java-ci.yml/badge.svg?branch=main
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.sttk</groupId >
8
8
<artifactId >cliargs</artifactId >
9
- <version >0.1 .0</version >
9
+ <version >0.2 .0</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >cliargs</name >
You can’t perform that action at this time.
0 commit comments