From e95d19bf45bdf4488071d64de63c15e58b8c5532 Mon Sep 17 00:00:00 2001 From: A-F-V <59256018+A-F-V@users.noreply.github.com> Date: Sat, 4 May 2024 14:30:02 +0000 Subject: [PATCH] Bump version to 1.6.3 --- 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 724f574..30b3994 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "arcana", "name": "Arcana", - "version": "1.6.2", + "version": "1.6.3", "minAppVersion": "0.15.0", "description": "A collection of AI powered tools", "author": "A-F-V", diff --git a/package.json b/package.json index d9a5a6b..bd1f197 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcana", - "version": "1.6.2", + "version": "1.6.3", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e326e0f..0c0110e 100644 --- a/versions.json +++ b/versions.json @@ -41,5 +41,6 @@ "1.5.6": "0.15.0", "1.6.0": "0.15.0", "1.6.1": "0.15.0", - "1.6.2": "0.15.0" + "1.6.2": "0.15.0", + "1.6.3": "0.15.0" } \ No newline at end of file