Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Dec 8, 2019
1 parent 195fcb4 commit 65d413c
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.4.0
version=2.5.0
kotlinVersion=1.3.61
javaVersion=1.8
coroutinesVersion=1.3.2-1.3.60
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.4.0"
version = "2.5.0"
)

}

0 comments on commit 65d413c

Please sign in to comment.