Skip to content

Commit e0f707b

Browse files
authored
Use 0.2.1-SNAPSHOT
Signed-off-by: Gregory Mitchell <grmitchell713@gmail.com>
1 parent c04d76e commit e0f707b

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
@@ -10,7 +10,7 @@ plugins {
1010
val jvm = JavaVersion.VERSION_11
1111

1212
group = "xyz.calcugames"
13-
version = "0.2.1"
13+
version = "0.2.1-SNAPSHOT"
1414

1515
java {
1616
sourceCompatibility = jvm
@@ -141,4 +141,4 @@ publishing {
141141
url = uri(if (version.toString().endsWith("SNAPSHOT")) snapshots else releases)
142142
}
143143
}
144-
}
144+
}

0 commit comments

Comments
 (0)