diff --git a/main.ts b/main.ts index 8419def..e0a4764 100644 --- a/main.ts +++ b/main.ts @@ -7,7 +7,7 @@ import {TweetUrlModal} from 'src/TweetUrlModal' export default class TTM extends Plugin { settings: TTMSettings currentTweet: Tweet - currentTweetMarkdown: string + currentTweetMarkdown = '' bearerToken: string tweetComplete: TweetCompleteModal diff --git a/manifest.json b/manifest.json index 2b2f07e..22b5aa4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tweet-to-markdown", "name": "Tweet to Markdown", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "0.12.16", "description": "Save tweets as Markdown files, along with their images, polls, etc.", "author": "kbravh", diff --git a/package.json b/package.json index 5a49025..01aa48c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tweet-to-markdown", - "version": "1.2.0", + "version": "1.2.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 554b683..88924d1 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.2.0": "0.12.16" + "1.2.1": "0.12.16" }