diff --git a/build.gradle.kts b/build.gradle.kts index d42d66e..7a05f75 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. -val libVersion by extra { "0.1.4" } +val libVersion by extra { "0.1.5" } plugins { val kotlinVersion = "1.8.22"