Skip to content

Commit 6993116

Browse files
committed
chore: bump version to v1.1.0
1 parent 461315a commit 6993116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.neo.resource"
8-
version = "1.1.0-DEV"
8+
version = "1.1.0"
99

1010
repositories {
1111
mavenCentral()
@@ -32,7 +32,7 @@ publishing {
3232
create<MavenPublication>("maven") {
3333
groupId = "com.neo.resource"
3434
artifactId = "resource"
35-
version = "1.1.0-DEV"
35+
version = "1.1.0"
3636

3737
from(components["java"])
3838
}

0 commit comments

Comments
 (0)