From 819c862300482547fe010de46636413632dfa976 Mon Sep 17 00:00:00 2001 From: A-F-V Date: Tue, 26 Dec 2023 23:28:36 +0000 Subject: [PATCH] Bump version to 1.5.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 5449cc9..cb940e0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "arcana", "name": "Arcana", - "version": "1.5.2", + "version": "1.5.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 d3e15f6..6640518 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcana", - "version": "1.5.2", + "version": "1.5.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 b7d78cf..4b00b84 100644 --- a/versions.json +++ b/versions.json @@ -34,5 +34,6 @@ "1.4.2": "0.15.0", "1.5.0": "0.15.0", "1.5.1": "0.15.0", - "1.5.2": "0.15.0" + "1.5.2": "0.15.0", + "1.5.3": "0.15.0" } \ No newline at end of file