Skip to content

Commit b57537a

Browse files
committed
Bump to 1.2.6-SNAPSHOT
1 parent 1112af0 commit b57537a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "1.2.5"
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")
23+
implementation("com.jeffpdavidson.kotwords:kotwords-js:1.2.6-SNAPSHOT")
2424

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

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.5",
5+
"version": "1.2.6",
66
"icons": {
77
"128": "128.png"
88
},

0 commit comments

Comments
 (0)