From 7066c06ccfd4fba5da23b6a1dbc65da8c3aa22f0 Mon Sep 17 00:00:00 2001 From: A-F-V Date: Mon, 11 Dec 2023 20:49:57 +0000 Subject: [PATCH] Bump version to 1.5.1 --- 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 e88aedb..392ab40 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "arcana", "name": "Arcana", - "version": "1.5.0", + "version": "1.5.1", "minAppVersion": "0.15.0", "description": "A collection of AI powered tools", "author": "A-F-V", diff --git a/package.json b/package.json index 1e8cea6..3fb5fec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcana", - "version": "1.5.0", + "version": "1.5.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 37380f8..120d87c 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "1.4.0": "0.15.0", "1.4.1": "0.15.0", "1.4.2": "0.15.0", - "1.5.0": "0.15.0" + "1.5.0": "0.15.0", + "1.5.1": "0.15.0" } \ No newline at end of file