We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800661f commit 1f4c918Copy full SHA for 1f4c918
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "etch-google-calendar",
3
"name": "Etch - Google Calendar",
4
- "version": "1.0.2",
+ "version": "1.0.3",
5
"minAppVersion": "1.11.0",
6
"description": "Etches daily Google Calendar events into your local notes.",
7
"author": "Peter Parente",
package.json
@@ -1,6 +1,6 @@
"name": "etch-google-calendar",
"main": "main.js",
"type": "module",
versions.json
@@ -1,5 +1,6 @@
"1.0.0": "0.15.0",
"1.0.1": "1.11.0",
- "1.0.2": "1.11.0"
+ "1.0.2": "1.11.0",
+ "1.0.3": "1.11.0"
}
0 commit comments