Skip to content

Commit

Permalink
chore: bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkat0 committed Sep 19, 2022
1 parent 959abd9 commit 0362e01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "obsidian-scrapbox-flavored",
"name": "Scrapbox-flavored",
"version": "0.1.0",
"minAppVersion": "0.12.0",
"version": "0.2.0",
"minAppVersion": "0.16.0",
"description": "Scrapbox-flavored plugin for Obsidian",
"author": "tkat0",
"authorUrl": "https://github.com/tkat0/obsidian-scrapbox-flavored",
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.1.0",
"version": "0.2.0",
"private": true,
"description": "Scrapbox-flavored plugin for Obsidian",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.1.0": "0.16.0"
"0.2.0": "0.16.0"
}

0 comments on commit 0362e01

Please sign in to comment.