Skip to content

Commit

Permalink
release: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k4a-l committed Jan 6, 2023
1 parent d7188d7 commit cb8e71b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-heading-shifter",
"name": "Heading Shifter",
"version": "1.3.1",
"version": "1.4.0",
"minAppVersion": "0.12.0",
"description": "Easily Shift and Change markdown headings.",
"author": "kasahala",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-heading-shifter",
"version": "1.3.1",
"version": "1.4.0",
"description": "Easily shift multiple heading of markdown",
"main": "main.js",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.1": "0.12.0",
"1.2.0": "0.12.0",
"1.3.0": "0.12.0",
"1.3.1": "0.12.0"
"1.3.1": "0.12.0",
"1.4.0": "0.12.0"
}

0 comments on commit cb8e71b

Please sign in to comment.