From 08f0567b0ae986cbcd5aa1e744b9f43722570581 Mon Sep 17 00:00:00 2001 From: Maud Royer Date: Sat, 23 Mar 2024 18:15:24 +0100 Subject: [PATCH] 1.3.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 56b88e2..95c4b90 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cards-view", "name": "Cards View", - "version": "1.3.2", + "version": "1.3.3", "minAppVersion": "0.15.0", "description": "Displays a card view of your notes.", "author": "Maud Royer", diff --git a/package-lock.json b/package-lock.json index 3bb64aa..83583ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cards-view", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cards-view", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "minimasonry": "^1.3.2" diff --git a/package.json b/package.json index b3b84f0..0614e9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cards-view", - "version": "1.3.2", + "version": "1.3.3", "description": "Plugin for Obsidian.md. Displays a card view of your notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a5c94de..5e7b4e2 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.2.4": "0.15.0", "1.3.0": "0.15.0", "1.3.1": "0.15.0", - "1.3.2": "0.15.0" + "1.3.2": "0.15.0", + "1.3.3": "0.15.0" } \ No newline at end of file