diff --git a/README.md b/README.md index d24b7bc..26135ab 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add the following dependency to your module `build.gradle.kts`/`build.gradle` fi ```kotlin dependencies { - implementation("dev.burnoo.kspoon:kspoon:0.1.2") + implementation("dev.burnoo.kspoon:kspoon:0.2.0") } ``` diff --git a/kspoon/build.gradle.kts b/kspoon/build.gradle.kts index 46d68ed..dbcbf8f 100644 --- a/kspoon/build.gradle.kts +++ b/kspoon/build.gradle.kts @@ -12,7 +12,7 @@ plugins { } group = "dev.burnoo.kspoon" -version = "0.2.0-SNAPSHOT" +version = "0.2.1-SNAPSHOT" kotlin { explicitApi()