We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87286ea commit d73e030Copy full SHA for d73e030
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "template-folder",
3
"name": "Template Folder",
4
- "version": "1.0.3",
+ "version": "1.0.4",
5
"minAppVersion": "0.15.0",
6
"description": "Moves notes to a folder when applying a template.",
7
"author": "LucasOe",
package.json
@@ -1,6 +1,6 @@
"name": "template-folder",
"main": "main.js",
"scripts": {
versions.json
@@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
- "1.0.3": "0.15.0"
+ "1.0.3": "0.15.0",
+ "1.0.4": "0.15.0"
}
0 commit comments