Skip to content

Commit

Permalink
release: bump version from 1.0.1 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn committed Nov 30, 2024
1 parent 01e4131 commit 8cecbfe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "export-to-html",
"name": "Export to HTML",
"version": "1.0.1",
"version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "Export your Markdown notes as HTML, directly in the clipboard or as a file.",
"author": "kalvn",
"authorUrl": "https://kalvn.net",
"fundingUrl": "https://paypal.me/kalvn/5",
"isDesktopOnly": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-export-to-html",
"version": "1.0.1",
"version": "1.1.0",
"description": "Export your Markdown notes as HTML, directly in the clipboard or as a file.",
"type": "module",
"main": "main.js",
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}
"1.0.1": "0.15.0",
"1.1.0": "0.15.0"
}

0 comments on commit 8cecbfe

Please sign in to comment.