From 2a05953fe28476442c2019c635a34c933cb4931f Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Thu, 7 Jul 2022 15:46:47 -0400 Subject: [PATCH] version bump --- build.gradle.kts | 2 +- readme.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index db94d04..690b48b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "io.foxcapades.lib" -version = "1-SNAPSHOT" +version = "1.2.0" repositories { mavenCentral() diff --git a/readme.adoc b/readme.adoc index a7a728f..b84c94a 100644 --- a/readme.adoc +++ b/readme.adoc @@ -16,7 +16,7 @@ types that deal in unboxed values. [source, kotlin] ---- dependencies { - implementation("io.foxcapades.lib:pdk:1.1.0") + implementation("io.foxcapades.lib:pdk:1.2.0") } ----