Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 0de9c80

Browse files
committed
Prepare next development version
1 parent a4c425b commit 0de9c80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
allprojects {
88
group = "com.bnorm.power"
9-
version = "0.5.0"
9+
version = "0.6.0-SNAPSHOT"
1010
}
1111

1212
subprojects {

kotlin-power-assert-gradle/src/main/kotlin/com/bnorm/power/PowerAssertGradlePlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ class PowerAssertGradlePlugin : KotlinCompilerPluginSupportPlugin {
3535
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
3636
groupId = "com.bnorm.power",
3737
artifactId = "kotlin-power-assert-plugin",
38-
version = "0.5.0"
38+
version = "0.6.0-SNAPSHOT"
3939
)
4040

4141
override fun getPluginArtifactForNative(): SubpluginArtifact = SubpluginArtifact(
4242
groupId = "com.bnorm.power",
4343
artifactId = "kotlin-power-assert-plugin-native",
44-
version = "0.5.0"
44+
version = "0.6.0-SNAPSHOT"
4545
)
4646

4747
override fun applyToCompilation(

0 commit comments

Comments
 (0)