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 220e3cb commit 9b066fcCopy full SHA for 9b066fc
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "note-splitter",
3
"name": "Note Splitter",
4
- "version": "0.3.1",
+ "version": "0.3.2",
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
@@ -2,5 +2,6 @@
"0.1.0": "0.15.0",
"0.2.0": "0.15.0",
"0.3.0": "0.15.0",
- "0.3.1": "0.15.0"
+ "0.3.1": "0.15.0",
+ "0.3.2": "0.15.0"
}
0 commit comments