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

Commit 2f4ef1d

Browse files
committed
Prepare next development version
1 parent 581612e commit 2f4ef1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.0"
9+
version = "0.5.0-SNAPSHOT"
1010
}
1111

1212
subprojects {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class PowerAssertGradlePlugin : KotlinCompilerPluginSupportPlugin {
3535
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
3636
groupId = "com.bnorm.power",
3737
artifactId = "kotlin-power-assert",
38-
version = "0.4.0"
38+
version = "0.5.0-SNAPSHOT"
3939
)
4040

4141
override fun applyToCompilation(

0 commit comments

Comments
 (0)