Skip to content

Commit 2ea93ec

Browse files
committed
[BUMP] Version for next release
1 parent 1725e7a commit 2ea93ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ org.gradle.caching=true
77
org.gradle.configuration-cache=true
88

99
# Library version for maven publishing
10-
version=1.0.0
10+
version=1.1.0

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ publishing {
3636
register<MavenPublication>("maven") {
3737
groupId = "hossain.dev"
3838
artifactId = "json5kt"
39-
version = project.findProperty("version") as String? ?: "1.0.0"
39+
version = project.findProperty("version") as String? ?: error("Project property 'version' must be set")
4040

4141
from(components["java"])
4242
artifact(sourcesJar)

0 commit comments

Comments
 (0)