Skip to content

Commit

Permalink
Bump up version and update funding urls
Browse files Browse the repository at this point in the history
  • Loading branch information
crybot committed Jun 19, 2023
1 parent 15f1b15 commit 79c0c8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions manifest.json
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
}
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.0.2": "0.15.0"
}

0 comments on commit 79c0c8f

Please sign in to comment.