From 771775a7c9005e073a302e16a94c29fa0b56a785 Mon Sep 17 00:00:00 2001 From: Dario Baumberger Date: Tue, 7 Nov 2023 08:18:48 +0100 Subject: [PATCH] updated version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1294fcb..6b2cab8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "json-table", "name": "JSON table", - "version": "1.0.1", + "version": "1.0.2", "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", diff --git a/package.json b/package.json index 458b2fe..a5c54e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-json-table", - "version": "1.0.1", + "version": "1.0.2", "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 866e382..38b5b97 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "1.0.2": "0.15.0" }