Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
luxmargos committed Jan 3, 2024
1 parent 414246d commit 14de4ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.1.0": "0.15.0"
}
"0.1.0": "0.15.0",
"0.1.1": "0.15.0"
}

0 comments on commit 14de4ce

Please sign in to comment.