From c12b868d4f60b4846a880d568e4da2bf9cb858cf Mon Sep 17 00:00:00 2001 From: Dario Baumberger Date: Fri, 20 Oct 2023 18:43:54 +0200 Subject: [PATCH] version 1.0.1 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 893a2a9..1294fcb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "json-table", "name": "JSON table", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Simply switch between JSON and tables. Generate a table from a JSON string or a URL (which returns JSON) in your notes. Generate JSON from a table in your notes.", "author": "Dario Baumberger", "authorUrl": "https://github.com/dario-baumberger", "fundingUrl": "https://www.buymeacoffee.com/dariobaumberger", "isDesktopOnly": false -} +} diff --git a/package.json b/package.json index 8dfb6a8..458b2fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-json-table", - "version": "1.0.0", + "version": "1.0.1", "description": "Simply switch between JSON and tables. Generate a table from a JSON string or a URL (which returns JSON) in your notes. Generate JSON from a table in your notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..866e382 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" +}