We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef686e5 commit 872c426Copy full SHA for 872c426
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = "com.jeffpdavidson"
7
-version = "1.3.20"
+version = "1.3.21-SNAPSHOT"
8
9
repositories {
10
mavenCentral()
src/jsMain/resources/manifest.json
@@ -2,7 +2,7 @@
2
"manifest_version": {MANIFEST_VERSION},
3
"name": "Crossword Scraper",
"description": "Download digital puzzle files from crossword applets for offline solving.",
- "version": "1.3.20",
+ "version": "1.3.21",
"icons": {
"128": "128.png"
},
0 commit comments