Skip to content

Commit 6f00354

Browse files
committed
chore: bump version
1 parent 297323c commit 6f00354

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

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": "1.2.1",
4+
"version": "1.3.0",
55
"minAppVersion": "0.15.0",
66
"description": "Split a note into individual notes based on a delimiter.",
77
"author": "DecafDev",

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": "1.2.1",
3+
"version": "1.3.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
@@ -13,5 +13,6 @@
1313
"1.1.0": "0.15.0",
1414
"1.1.1": "0.15.0",
1515
"1.2.0": "0.15.0",
16-
"1.2.1": "0.15.0"
16+
"1.2.1": "0.15.0",
17+
"1.3.0": "0.15.0"
1718
}

0 commit comments

Comments
 (0)