Skip to content

Commit ef6959b

Browse files
committed
[Chore] bump 1.4.1 to ensure release
1 parent 79c019b commit ef6959b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-advanced-new-file",
33
"name": "Advanced new file",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"minAppVersion": "0.9.7",
66
"description": "This is a plugin for choosing folder on note creation.",
77
"author": "vanadium23",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-advanced-new-file",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Create notes in chosen folder for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.4.1": "0.9.7",
23
"1.4.0": "0.9.7",
34
"1.3.0": "0.9.7",
45
"1.2.1": "0.9.7",

0 commit comments

Comments
 (0)