Skip to content

Commit

Permalink
1.3.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd236 committed Oct 10, 2023
1 parent 2ff6715 commit e60521f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.jeffpdavidson"
version = "1.3.8"
version = "1.3.9"

repositories {
mavenCentral()
Expand All @@ -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"))
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit e60521f

Please sign in to comment.