We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028a76f commit 798c71cCopy full SHA for 798c71c
buildSrc/src/main/kotlin/IProject.kt
@@ -8,7 +8,7 @@ object IProject : ProjectDetail() {
8
const val DESCRIPTION = "Generate platform-compatible functions for Kotlin suspend functions"
9
const val HOMEPAGE = "https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin"
10
11
- override val version: Version = version(0, 3, 0)
+ override val version: Version = version(0, 3, 1)
12
13
override val homepage: String get() = HOMEPAGE
14
0 commit comments