From c951e63d42c3c0e3fceb9e6b5fb56dcc06ac0e4a Mon Sep 17 00:00:00 2001 From: Jeff Davidson Date: Thu, 7 Dec 2023 21:29:05 -0800 Subject: [PATCH] Bump to 1.3.13 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2cbebb3..9d61fe5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "com.jeffpdavidson" -version = "1.3.13-SNAPSHOT" +version = "1.3.13" repositories { mavenCentral() @@ -33,7 +33,7 @@ kotlin { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json-js:1.6.0") implementation("com.github.ajalt.colormath:colormath-js:3.3.3") - implementation("com.jeffpdavidson.kotwords:kotwords-js:1.3.12") + implementation("com.jeffpdavidson.kotwords:kotwords-js:1.3.13") // TODO: Migrate to kotlinx-datetime if parsing/formatting support is added. implementation("com.soywiz.korlibs.klock:klock-js:4.0.10")