From 9ca0ebf7c8eb220376e93ab34b9ccbe279c994c2 Mon Sep 17 00:00:00 2001 From: Hunter Clarke Date: Thu, 13 Oct 2022 10:52:50 -0600 Subject: [PATCH] 1.1.2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b6c3e50..c35f7bb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "matter", "name": "Matter", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "0.12.0", "description": "The official Matter <> Obsidian plugin", "author": "Matter", diff --git a/package.json b/package.json index 02f92d5..aaba6b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matter", - "version": "1.1.1", + "version": "1.1.2", "description": "The Matter Obsidian Plugin", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6156238..aad1a23 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.1.2": "0.12.0", "1.1.1": "0.12.0", "1.1.0": "0.12.0", "1.0.7": "0.12.0",