From 84191f4a9b0a83c29a9ac7274fdbcc3e351fd8b6 Mon Sep 17 00:00:00 2001 From: Jeff Davidson Date: Tue, 5 Sep 2023 12:42:46 -0700 Subject: [PATCH] Bump to 1.3.7-SNAPSHOT --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecd9fff..b129be1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In your `build.gradle`: ```groovy dependencies { - implementation "com.jeffpdavidson.kotwords:kotwords:1.3.5" + implementation "com.jeffpdavidson.kotwords:kotwords:1.3.6" } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 15f526c..fa4994a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "com.jeffpdavidson.kotwords" -version = "1.3.6" +version = "1.3.7-SNAPSHOT" repositories { mavenCentral()