generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add manifest-beta and put manifest back to last released version
- Loading branch information
1 parent
a8914ec
commit acda21a
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
|