Skip to content

Commit c5e502d

Browse files
committedMar 2, 2023
chore: Update to 1.0.1
1 parent 4a6896b commit c5e502d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "callout-manager",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An Obsidian.md plugin that makes creating and configuring callouts easy.",
55
"author": "eth-p",
66
"authorUrl": "https://github.com/eth-p",
77
"name": "Callout Manager",
8-
"minAppVersion": "0.1.0",
8+
"minAppVersion": "1.0.0",
99
"isDesktopOnly": false
1010
}

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-callout-manager",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An Obsidian.md plugin that makes creating and configuring callouts easy.",
55
"type": "module",
66
"exports": {
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"obsidianPlugin": {
2323
"name": "Callout Manager",
24-
"minAppVersion": "0.1.0",
24+
"minAppVersion": "1.0.0",
2525
"isDesktopOnly": false
2626
},
2727
"dependencies": {

‎versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"1.0.0": "0.1.0"
2+
"1.0.1": "1.0.0"
33
}

0 commit comments

Comments
 (0)
Please sign in to comment.