Skip to content

Commit 957a0bf

Browse files
authored
Update version to 1.3.0 in build.gradle.kts
1 parent b23c943 commit 957a0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "io.github.darvil82"
7-
version = "1.3"
7+
version = "1.3.0"
88
description = "A highly customizable command line argument parser."
99

1010
repositories {
@@ -67,4 +67,4 @@ tasks.withType<JavaCompile>().configureEach {
6767

6868
tasks.withType<Javadoc>().configureEach {
6969
options.encoding = "UTF-8"
70-
}
70+
}

0 commit comments

Comments
 (0)