Skip to content

Commit

Permalink
modify manifest based on the release requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwei committed Nov 12, 2024
1 parent 723afad commit 5f7583e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-friday-plugin",
"id": "mdfriday",
"name": "Friday",
"version": "0.1.0",
"version": "0.1.1",
"minAppVersion": "0.15.0",
"description": "Notes to Website. Friday helps you turn Markdown documents into websites in minutes.",
"author": "MDFriday",
"authorUrl": "https://mdfriday.com",
"fundingUrl": "https://mdfriday.com/pricing",
"author": "sunwei",
"authorUrl": "https://sunwei.xyz",
"fundingUrl": "https://github.com/sunwei",
"isDesktopOnly": true
}
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.15.0"
"0.1.1": "0.15.0"
}

0 comments on commit 5f7583e

Please sign in to comment.