Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ingokegel committed Jul 19, 2021
1 parent 0cafd40 commit aa71ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
idea
}

version = "6.0"
version = "6.0.1"
buildDir = file("build/gradle")

val kotlinVersion: String by project
Expand Down Expand Up @@ -105,4 +105,4 @@ idea {
name = "root"
excludeDirs = files("build", "dist", "media").files + excludeDirs
}
}
}

0 comments on commit aa71ca6

Please sign in to comment.