Skip to content

Commit 872c426

Browse files
committed
Bump to 1.3.21-SNAPSHOT
1 parent ef686e5 commit 872c426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.jeffpdavidson"
7-
version = "1.3.20"
7+
version = "1.3.21-SNAPSHOT"
88

99
repositories {
1010
mavenCentral()

src/jsMain/resources/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": {MANIFEST_VERSION},
33
"name": "Crossword Scraper",
44
"description": "Download digital puzzle files from crossword applets for offline solving.",
5-
"version": "1.3.20",
5+
"version": "1.3.21",
66
"icons": {
77
"128": "128.png"
88
},

0 commit comments

Comments
 (0)