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