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 ef8f120 commit 57ee996Copy full SHA for 57ee996
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "note-splitter",
3
"name": "Note Splitter",
4
- "version": "0.4.0",
+ "version": "0.5.0",
5
"minAppVersion": "0.15.0",
6
"description": "Split notes based on a delimeter.",
7
"author": "Trey Wallis",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-note-splitter",
"description": "Split notes based on a delimiter",
"main": "main.js",
"scripts": {
versions.json
@@ -5,5 +5,6 @@
"0.3.1": "0.15.0",
"0.3.2": "0.15.0",
"0.3.3": "0.15.0",
8
- "0.4.0": "0.15.0"
+ "0.4.0": "0.15.0",
9
+ "0.5.0": "0.15.0"
10
}
0 commit comments