Skip to content

Commit 6f09e80

Browse files
committed
add donation url
1 parent f3993d5 commit 6f09e80

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"id": "obsidian-tweet-to-markdown",
33
"name": "Tweet to Markdown",
4-
"version": "2.12.0",
4+
"version": "2.12.1",
55
"minAppVersion": "0.12.17",
66
"description": "Save tweets as Markdown files, along with their images, polls, etc.",
77
"author": "kbravh",
88
"authorUrl": "https://kbravh.dev",
9+
"donation": "ko-fi.com/kbravh",
910
"isDesktopOnly": false
1011
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tweet-to-markdown",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"description": "Save tweets as beautiful markdown files in Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"engines": {

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"2.12.0": "0.12.17"
2+
"2.12.1": "0.12.17"
33
}

0 commit comments

Comments
 (0)