diff --git a/build.gradle.kts b/build.gradle.kts index 9da44ee..473e1ef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "io.foxcapades.lib" -version = "1.0.0" +version = "1.0.1" repositories { mavenCentral() diff --git a/readme.adoc b/readme.adoc index 7070a09..8d229ec 100644 --- a/readme.adoc +++ b/readme.adoc @@ -15,7 +15,7 @@ types that deal in unboxed values. [source, kotlin] ---- dependencies { - implementation("io.foxcapades.lib:pdk:1.0.0") + implementation("io.foxcapades.lib:pdk:1.0.1") } ----