File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 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
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}
4040dependencies {
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments