From 055ed3c56fada9b7ab947d9eb36205bca45212ce Mon Sep 17 00:00:00 2001 From: Sebastien Dubois Date: Wed, 5 Jun 2024 05:49:43 +0200 Subject: [PATCH] 1.1.3 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 584ac9c..933f33b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "dataview-serializer", "name": "Dataview Serializer", "description": "Serialize Dataview queries to Markdown, and keep the Markdown representation up to date.", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "0.15.0", "isDesktopOnly": false, "author": "Sébastien Dubois", diff --git a/package-lock.json b/package-lock.json index 90d197b..55d8b73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dataview-serializer", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-dataview-serializer", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "@popperjs/core": "2.11.8", diff --git a/package.json b/package.json index bb25ee0..25664fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-dataview-serializer", "description": "Obsidian plugin that gives you the power of Dataview, but generates Markdown, making it compatible with Obsidian Publish, and making the links appear on the Graph", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "author": { "name": "Sébastien Dubois", diff --git a/versions.json b/versions.json index 32205b3..6e043b3 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.0.5": "0.15.0", "1.1.0": "0.15.0", "1.1.1": "0.15.0", - "1.1.2": "0.15.0" + "1.1.2": "0.15.0", + "1.1.3": "0.15.0" }