diff --git a/build.gradle.kts b/build.gradle.kts index 3071334..1bc4bb9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.jeffpdavidson" -version = "1.3.8" +version = "1.3.9" repositories { mavenCentral() @@ -20,7 +20,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1") implementation("com.github.ajalt.colormath:colormath:3.2.1") - implementation("com.jeffpdavidson.kotwords:kotwords-js:1.3.8") + implementation("com.jeffpdavidson.kotwords:kotwords-js:1.3.9") runtimeOnly(npm("webextension-polyfill", "0.10.0")) runtimeOnly(npm("jquery", "3.6.3")) diff --git a/src/main/resources/manifest.json b/src/main/resources/manifest.json index f36d348..4c5949f 100644 --- a/src/main/resources/manifest.json +++ b/src/main/resources/manifest.json @@ -2,7 +2,7 @@ "manifest_version": {MANIFEST_VERSION}, "name": "Crossword Scraper", "description": "Download digital puzzle files from crossword applets for offline solving.", - "version": "1.3.8", + "version": "1.3.9", "icons": { "128": "128.png" },