diff --git a/manifest.json b/manifest.json index a9ca691..2b0e5b9 100644 --- a/manifest.json +++ b/manifest.json @@ -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 } diff --git a/versions.json b/versions.json index 26382a1..74d6d03 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "0.0.2": "0.15.0" }