generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump up version and update funding urls
- Loading branch information
Showing
2 changed files
with
13 additions
and
10 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 |
---|---|---|
@@ -1,11 +1,14 @@ | ||
{ | ||
"id": "flashcards-llm", | ||
"name": "Flashcards LLM", | ||
"version": "0.0.1", | ||
"minAppVersion": "0.15.0", | ||
"description": "Use Large Language Models (such as ChatGPT) to automatically generate flashcards from obsidian notes", | ||
"author": "Marco Pampaloni", | ||
"authorUrl": "https://github.com/crybot", | ||
"fundingUrl": "https://github.com/sponsors/crybot", | ||
"isDesktopOnly": true | ||
"id": "flashcards-llm", | ||
"name": "Flashcards LLM", | ||
"version": "0.0.2", | ||
"minAppVersion": "0.15.0", | ||
"description": "Use Large Language Models (such as ChatGPT) to automatically generate flashcards from obsidian notes", | ||
"author": "Marco Pampaloni", | ||
"authorUrl": "https://github.com/crybot", | ||
"fundingUrl": { | ||
"Buy Me a Coffee": "https://bmc.link/crybot", | ||
"GitHub Sponsor": "https://github.com/sponsors/crybot" | ||
}, | ||
"isDesktopOnly": true | ||
} |
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,3 +1,3 @@ | ||
{ | ||
"1.0.0": "0.15.0" | ||
"0.0.2": "0.15.0" | ||
} |