Skip to content

Commit 761aa97

Browse files
committed
prepare next dev version
1 parent 5afe409 commit 761aa97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ tasks.named<Test>("test") {
1818
useJUnitPlatform()
1919
}
2020

21-
version = "0.6.2"
21+
version = "0.7.0-SNAPSHOT"
2222
group = "io.github.ttypic"
2323

2424
kotlin {
2525
jvmToolchain(17)
2626
}
2727

28+
@Suppress("UnstableApiUsage")
2829
gradlePlugin {
2930
website = "https://github.com/ttypic/swift-klib-plugin"
3031
vcsUrl = "https://github.com/ttypic/swift-klib-plugin"

0 commit comments

Comments
 (0)