Skip to content

Commit

Permalink
Version 2.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Oct 17, 2019
1 parent 736b808 commit cabec1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=pl.treksoft
version=2.0.0-SNAPSHOT
version=2.0.0-M3
kotlinVersion=1.3.50
javaVersion=1.8
coroutinesVersion=1.3.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class KVisionGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
groupId = "pl.treksoft",
artifactId = "kvision-compiler-plugin",
version = "2.0.0-SNAPSHOT"
version = "2.0.0-M3"
)

}

0 comments on commit cabec1a

Please sign in to comment.