From 3394ffb4dde2a7b9acfc11dd6307d52a47ba754e Mon Sep 17 00:00:00 2001 From: Brian Carlsen Date: Sun, 24 Oct 2021 21:08:23 +0200 Subject: [PATCH] Updated package id to be consistant with others. --- manifest.json | 4 ++-- package.json | 4 ++-- versions.json | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 87871e3..2c71787 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "id": "obsidian_image_caption", + "id": "obsidian-image-caption", "name": "Image Caption", - "version": "0.0.1", + "version": "0.0.2", "minAppVersion": "0.12.19", "description": "Add captions to images.", "author": "bicarlsen", diff --git a/package.json b/package.json index 394ff76..a81515c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "obsidian_image_caption", - "version": "0.0.1", + "name": "obsidian-image-caption", + "version": "0.0.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6160b5d..50b35cb 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { + "0.0.2": "0.12.19", "0.0.1": "0.12.19" }