We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d1d2f commit 8bb8859Copy full SHA for 8bb8859
build.gradle.kts
@@ -8,7 +8,7 @@ import org.gradle.api.publish.maven.MavenPom
8
val kotlinVersion = plugins.getPlugin(KotlinPluginWrapper::class.java).kotlinPluginVersion
9
10
project.group = "de.swirtz"
11
-project.version = "0.0.1"
+project.version = "0.0.2"
12
val artifactID = "ktsRunner"
13
14
plugins {
0 commit comments