diff --git a/manifest.json b/manifest.json index 8dfcc2f..c750825 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "id": "image-magician-plugin", + "id": "image-magician", "name": "Image Magician", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "0.15.0", "description": "Supports viewing and exporting various image formats using ImageMagick.", "author": "luxmargos", diff --git a/package.json b/package.json index 1caaad9..e8a41ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "obsidian-psd-support-plugin", - "version": "0.1.0", + "name": "obsidian-image-magician-plugin", + "version": "0.1.1", "description": "This is a plugin for Obsidian (https://obsidian.md). Supports viewing and exporting various image formats using ImageMagick.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9be1f3d..397499d 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "0.15.0" -} + "0.1.0": "0.15.0", + "0.1.1": "0.15.0" +} \ No newline at end of file