Skip to content

Commit

Permalink
add donation url
Browse files Browse the repository at this point in the history
  • Loading branch information
kbravh committed Dec 5, 2022
1 parent f3993d5 commit 6f09e80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion manifest.json
@@ -1,10 +1,11 @@
{
"id": "obsidian-tweet-to-markdown",
"name": "Tweet to Markdown",
"version": "2.12.0",
"version": "2.12.1",
"minAppVersion": "0.12.17",
"description": "Save tweets as Markdown files, along with their images, polls, etc.",
"author": "kbravh",
"authorUrl": "https://kbravh.dev",
"donation": "ko-fi.com/kbravh",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-tweet-to-markdown",
"version": "2.12.0",
"version": "2.12.1",
"description": "Save tweets as beautiful markdown files in Obsidian (https://obsidian.md)",
"main": "main.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
@@ -1,3 +1,3 @@
{
"2.12.0": "0.12.17"
"2.12.1": "0.12.17"
}

0 comments on commit 6f09e80

Please sign in to comment.