Skip to content

Commit

Permalink
chore: Update to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eth-p committed Mar 2, 2023
1 parent 4a6896b commit c5e502d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "callout-manager",
"version": "1.0.0",
"version": "1.0.1",
"description": "An Obsidian.md plugin that makes creating and configuring callouts easy.",
"author": "eth-p",
"authorUrl": "https://github.com/eth-p",
"name": "Callout Manager",
"minAppVersion": "0.1.0",
"minAppVersion": "1.0.0",
"isDesktopOnly": false
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-callout-manager",
"version": "1.0.0",
"version": "1.0.1",
"description": "An Obsidian.md plugin that makes creating and configuring callouts easy.",
"type": "module",
"exports": {
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"obsidianPlugin": {
"name": "Callout Manager",
"minAppVersion": "0.1.0",
"minAppVersion": "1.0.0",
"isDesktopOnly": false
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.0": "0.1.0"
"1.0.1": "1.0.0"
}

0 comments on commit c5e502d

Please sign in to comment.