Skip to content

Commit

Permalink
Version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Sep 25, 2021
1 parent c42528a commit 893a6f5
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=io.kvision
versionNumber=5.1.1
versionNumber=5.2.0
systemProp.kotlinVersion=1.5.31
javaVersion=1.8
coroutinesVersion=1.5.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class KVisionGradleSubplugin : KotlinCompilerPluginSupportPlugin {
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
groupId = "io.kvision",
artifactId = "kvision-compiler-plugin",
version = "5.1.1"
version = "5.2.0"
)

override fun apply(target: Project) = with(target) {
Expand Down

0 comments on commit 893a6f5

Please sign in to comment.