Prepare next development version

This commit is contained in:
Brian Norman
2020-02-12 22:25:25 -06:00
parent 5e5083ef1c
commit d4548f789e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ plugins {
allprojects {
group = "com.bnorm.power"
version = "0.2.0"
version = "0.3.0-SNAPSHOT"
}
subprojects {
@@ -37,7 +37,7 @@ class PowerAssertGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
groupId = "com.bnorm.power",
artifactId = "kotlin-power-assert",
version = "0.2.0"
version = "0.3.0-SNAPSHOT"
)
override fun apply(