From e23128d7f98683a0919c09af79764447c2c63e2f Mon Sep 17 00:00:00 2001 From: Tom Norris Date: Sun, 3 Sep 2023 21:23:21 -0700 Subject: [PATCH] upping version --- manifest.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index f98a8ce..3165914 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-gallery-tagged", "name": "Tagged Gallery", - "version": "0.6.1", + "version": "0.6.2", "minAppVersion": "1.3.0", "description": "Main Gallery to tag / filter / add notes to images. Display blocks to embed images inside notes. Display block to an image information", "author": "darakah and friends", diff --git a/package.json b/package.json index c19cec1..938e3a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "Tagged Gallery", - "version": "0.6.1", + "name": "obsidian-gallery-tagged", + "version": "0.6.2", "description": "Track activity of specified projects, Github like activity board", "author": "darakah", "main": "main.js",