Skip to content

Commit

Permalink
Version 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Jan 6, 2022
1 parent 3ab7bc7 commit 00381e2
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.7.0
versionNumber=5.7.1

systemProp.kotlinVersion=1.6.10
javaVersion=1.8
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.7.0"
version = "5.7.1"
)

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

0 comments on commit 00381e2

Please sign in to comment.