diff --git a/manifest.json b/manifest.json index f9a72fc..ebcae51 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.1", + "version": "1.2.2", "minAppVersion": "0.15.0", "isDesktopOnly": false, "author": "Sébastien Dubois", diff --git a/package-lock.json b/package-lock.json index 83955c5..d95e232 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "PLUGIN_NAME", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "PLUGIN_NAME", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "dependencies": { "immer": "10.0.4", diff --git a/package.json b/package.json index fb77196..6a0cc70 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.1", + "version": "1.2.2", "license": "MIT", "author": { "name": "Sébastien Dubois", diff --git a/versions.json b/versions.json index 951d34f..4cab37a 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "0.15.0", "1.1.0": "0.15.0", "1.2.0": "0.15.0", - "1.2.1": "0.15.0" + "1.2.1": "0.15.0", + "1.2.2": "0.15.0" }