Skip to content

Commit

Permalink
sets version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gshm committed Jul 27, 2021
1 parent 98ef695 commit 29d41aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

````kotlin
plugins {
id("com.github.m4gshm.cds") version "0.0.1"
id("com.github.m4gshm.cds") version "0.0.2"
}

cds {
mainClass.set("app.Main")
mainClass = "app.Main"
}

````
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.m4gshm.cds.gradle"
version = "0.0.2-SNAPSHOT"
version = "0.0.2"

plugins {
kotlin("jvm") version "1.4.20"
Expand Down

0 comments on commit 29d41aa

Please sign in to comment.