From 515fcd08b0d2b10ca3aa64fbc70b829cb08afe65 Mon Sep 17 00:00:00 2001 From: A-F-V Date: Sun, 1 Dec 2024 13:41:32 +0000 Subject: [PATCH] Bump version to 1.6.10 --- 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 b5b5dad..f9bcacd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "arcana", "name": "Arcana", - "version": "1.6.9", + "version": "1.6.10", "minAppVersion": "0.15.0", "description": "A collection of AI powered tools", "author": "A-F-V", diff --git a/package.json b/package.json index 3e8ac32..f8b56b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcana", - "version": "1.6.9", + "version": "1.6.10", "description": "Arcana is a powerful AI assistant for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b6d9c12..414375a 100644 --- a/versions.json +++ b/versions.json @@ -48,5 +48,6 @@ "1.6.6": "0.15.0", "1.6.7": "0.15.0", "1.6.8": "0.15.0", - "1.6.9": "0.15.0" + "1.6.9": "0.15.0", + "1.6.10": "0.15.0" } \ No newline at end of file