From 14de4ce63c3b888ec9ce8c4c8cf60d585f4ae0bd Mon Sep 17 00:00:00 2001 From: luxmargos Date: Wed, 3 Jan 2024 18:46:36 +0900 Subject: [PATCH] Update manifest --- manifest.json | 4 ++-- package.json | 4 ++-- versions.json | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) 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