Skip to content

Commit

Permalink
add manifest-beta and put manifest back to last released version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgchristopher committed Jan 13, 2024
1 parent a8914ec commit acda21a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "obsidian-clipper",
"name": "Obsidian Clipper",
"version": "1.0.0-beta.1",
"minAppVersion": "0.15.0",
"description": "This plugin helps you capture highlights from the web.",
"author": "John Christopher",
"authorUrl": "https://github.com/jgchristopher/",
"fundingUrl": "https://www.buymeacoffee.com/jgchristopher",
"isDesktopOnly": false
}
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"id": "obsidian-clipper",
"name": "Obsidian Clipper",
"version": "1.0.0-beta.1",
"version": "0.2.8",
"minAppVersion": "0.15.0",
"description": "This plugin helps you capture highlights from the web.",
"author": "John Christopher",
"authorUrl": "https://github.com/jgchristopher/",
"fundingUrl": "https://www.buymeacoffee.com/jgchristopher",
"isDesktopOnly": false
}
}

0 comments on commit acda21a

Please sign in to comment.