From d39b01eb7c242e482df8d70067c713d297398b22 Mon Sep 17 00:00:00 2001 From: Sebastien Dubois Date: Wed, 15 May 2024 09:54:36 +0200 Subject: [PATCH] 1.2.4 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 208a94b..b54596c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "obsidian-typefully", "name": "Typefully", "description": "Typefully integration. Publish social media posts with ease", - "version": "1.2.3", + "version": "1.2.4", "minAppVersion": "0.15.0", "isDesktopOnly": false, "author": "Sébastien Dubois", diff --git a/package-lock.json b/package-lock.json index 2e1fc55..f42e004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "PLUGIN_NAME", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "PLUGIN_NAME", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "dependencies": { "immer": "10.0.4", diff --git a/package.json b/package.json index e4f2691..c240077 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-typefully", "description": "Typefully integration. Publish social media posts with ease", - "version": "1.2.3", + "version": "1.2.4", "license": "MIT", "author": { "name": "Sébastien Dubois", diff --git a/versions.json b/versions.json index 8b3281a..9dc39ee 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.2.0": "0.15.0", "1.2.1": "0.15.0", "1.2.2": "0.15.0", - "1.2.3": "0.15.0" + "1.2.3": "0.15.0", + "1.2.4": "0.15.0" }