From 62446b602f0f31f22b920e5827093056c6e53f0f Mon Sep 17 00:00:00 2001 From: Gabriele Cannata Date: Wed, 4 Oct 2023 16:04:10 +0200 Subject: [PATCH] 1.0.9 various fixes --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 41e282d..3124b5e 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "sets", "name": "Sets", - "version": "1.0.8", + "version": "1.0.9", "minAppVersion": "1.4.4", "description": "Create, edit and search sets of notes like Notion or AnyType DBs", "author": "Gabriele Cannata", diff --git a/manifest.json b/manifest.json index 41e282d..3124b5e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sets", "name": "Sets", - "version": "1.0.8", + "version": "1.0.9", "minAppVersion": "1.4.4", "description": "Create, edit and search sets of notes like Notion or AnyType DBs", "author": "Gabriele Cannata", diff --git a/package.json b/package.json index 0e87105..b02fbc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sets", - "version": "1.0.8", + "version": "1.0.9", "description": "A plugin for Obsidian.md that allows you to create, edit and search sets of notes like Notion or AnyType DBs", "main": "main.js", "scripts": {