Skip to content

Commit

Permalink
Version 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Oct 21, 2021
1 parent 483d3a1 commit d9ebd2d
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.4.0
versionNumber=5.4.1
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.4.0"
version = "5.4.1"
)

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

0 comments on commit d9ebd2d

Please sign in to comment.