Skip to content

Commit 8b0e2c5

Browse files
committed
chore: bump version
1 parent 5000e7b commit 8b0e2c5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "note-splitter",
33
"name": "Note Splitter",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"minAppVersion": "0.15.0",
66
"description": "Split notes based on a delimeter.",
77
"author": "Trey Wallis",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-note-splitter",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Split notes based on a delimiter",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.1.0": "0.15.0"
2+
"0.1.0": "0.15.0",
3+
"0.2.0": "0.15.0"
34
}

0 commit comments

Comments
 (0)