We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9633fb commit 5fc2b5aCopy full SHA for 5fc2b5a
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "quickadd",
3
"name": "QuickAdd",
4
- "version": "1.2.1",
+ "version": "1.3.0",
5
"minAppVersion": "0.13.19",
6
"description": "Quickly add new pages or content to your vault.",
7
"author": "Christian B. B. Houmann",
package.json
@@ -1,6 +1,6 @@
"name": "quickadd",
"main": "main.js",
"scripts": {
versions.json
@@ -54,5 +54,6 @@
54
"1.0.2": "0.13.19",
55
"1.1.0": "0.13.19",
56
"1.2.0": "0.13.19",
57
- "1.2.1": "0.13.19"
+ "1.2.1": "0.13.19",
58
+ "1.3.0": "0.13.19"
59
}
0 commit comments