From 6f09e8044b1e38d0342d3545fffd25e26cbdbf1a Mon Sep 17 00:00:00 2001 From: Karey Higuera Date: Mon, 5 Dec 2022 15:30:45 -0500 Subject: [PATCH] add donation url --- manifest.json | 3 ++- package.json | 2 +- versions.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7f7f675..946f470 100644 --- a/manifest.json +++ b/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 } diff --git a/package.json b/package.json index a907464..0ddab55 100644 --- a/package.json +++ b/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": { diff --git a/versions.json b/versions.json index 4b53d3a..95bd95f 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "2.12.0": "0.12.17" + "2.12.1": "0.12.17" }