Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
songkg7 committed Feb 24, 2023
1 parent d01dc63 commit d6e4afe
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "o2",
"name": "O2",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.",
"author": "haril song",
"authorUrl": "https://github.com/songkg7",
"fundingUrl": "",
"isDesktopOnly": true
}
"id": "o2",
"name": "O2",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.",
"author": "haril song",
"authorUrl": "https://github.com/songkg7",
"fundingUrl": "",
"isDesktopOnly": true
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "o2",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
}
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}

0 comments on commit d6e4afe

Please sign in to comment.