Skip to content

Commit 798c71c

Browse files
committed
Release v0.3.1
1 parent 028a76f commit 798c71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/IProject.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object IProject : ProjectDetail() {
88
const val DESCRIPTION = "Generate platform-compatible functions for Kotlin suspend functions"
99
const val HOMEPAGE = "https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin"
1010

11-
override val version: Version = version(0, 3, 0)
11+
override val version: Version = version(0, 3, 1)
1212

1313
override val homepage: String get() = HOMEPAGE
1414

0 commit comments

Comments
 (0)