Skip to content

Commit 1112af0

Browse files
committed
Finalize version 1.2.5
1 parent 5edd7e2 commit 1112af0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66
}
77

88
group = "com.jeffpdavidson"
9-
version = "1.2.4"
9+
version = "1.2.5"
1010

1111
repositories {
1212
mavenCentral()
1313
// TODO: Remove ahead of public release.
14-
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") }
14+
// maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") }
1515
}
1616

1717
dependencies {
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2")
2121
implementation("com.github.ajalt.colormath:colormath:2.1.0")
2222

23-
implementation("com.jeffpdavidson.kotwords:kotwords-js:1.2.5-SNAPSHOT")
23+
implementation("com.jeffpdavidson.kotwords:kotwords-js:1.2.5")
2424

2525
runtimeOnly(npm("webextension-polyfill", "0.8.0"))
2626
runtimeOnly(npm("jquery", "3.6.0"))

Diff for: src/main/resources/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Crossword Scraper",
44
"description": "Download .puz, .jpz, or .pdf files from crossword applets for offline solving.",
5-
"version": "1.2.4",
5+
"version": "1.2.5",
66
"icons": {
77
"128": "128.png"
88
},

0 commit comments

Comments
 (0)