Skip to content

Commit

Permalink
chore: bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkat0 committed Oct 15, 2022
1 parent 7586f46 commit 35c7f37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-scrapbox-flavored",
"name": "Scrapbox-flavored",
"version": "0.4.0",
"version": "0.5.0",
"minAppVersion": "0.15.9",
"description": "Scrapbox-flavored plugin for Obsidian",
"author": "tkat0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-scrapbox-flavored",
"name": "Scrapbox-flavored",
"version": "0.4.0",
"version": "0.5.0",
"minAppVersion": "0.15.9",
"description": "Scrapbox-flavored plugin for Obsidian",
"author": "tkat0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-scrapbox-flavored-plugin",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"description": "Scrapbox-flavored plugin for Obsidian",
"main": "main.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/plugin/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.3.1": "0.15.9",
"0.4.0": "0.15.9"
"0.4.0": "0.15.9",
"0.5.0": "0.15.9"
}

0 comments on commit 35c7f37

Please sign in to comment.