diff --git a/manifest.json b/manifest.json index 0dee758..c02b991 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-imgur-plugin", "name": "Imgur", - "version": "2.6.0", + "version": "2.6.1", "minAppVersion": "0.13.19", "description": "This plugin uploads images from your clipboard to imgur.com and embeds uploaded image to your note", "author": "Kirill Gavrilov", diff --git a/versions.json b/versions.json index f739662..e151c96 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "2.5.0": "1.5.3", "2.5.1": "1.5.3", "2.5.2": "1.5.3", - "2.6.0": "1.5.3" + "2.6.0": "1.5.3", + "2.6.1": "1.5.3" }