From 48a1da1f61cf9098121d3c8f09f6d4be5bc67246 Mon Sep 17 00:00:00 2001 From: Jeff Davidson Date: Sun, 13 Aug 2023 10:50:57 -0700 Subject: [PATCH] Bump to 1.3.6-SNAPSHOT --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a05c72..ecd9fff 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In your `build.gradle`: ```groovy dependencies { - implementation "com.jeffpdavidson.kotwords:kotwords:1.3.4" + implementation "com.jeffpdavidson.kotwords:kotwords:1.3.5" } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 37b98d0..6010290 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "com.jeffpdavidson.kotwords" -version = "1.3.5" +version = "1.3.6-SNAPSHOT" repositories { mavenCentral()