Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jan 18, 2024
1 parent d5ad05f commit 7795d55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildSrc/src/main/kotlin/IProject.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import love.forte.gradle.common.core.project.ProjectDetail
import love.forte.gradle.common.core.project.Version
import love.forte.gradle.common.core.project.minus
import love.forte.gradle.common.core.project.version

object IProject : ProjectDetail() {
Expand All @@ -9,7 +8,7 @@ object IProject : ProjectDetail() {
const val DESCRIPTION = "Generate platform-compatible functions for Kotlin suspend functions"
const val HOMEPAGE = "https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin"

override val version: Version = version(0, 6, 0) - version("beta4")
override val version: Version = version(0, 6, 0)

override val homepage: String get() = HOMEPAGE

Expand Down

0 comments on commit 7795d55

Please sign in to comment.