From 995411e930844589bd1dc9f4671e63450d6789a2 Mon Sep 17 00:00:00 2001 From: A-F-V Date: Fri, 30 Jun 2023 17:57:38 +0100 Subject: [PATCH] Bump version to 1.3.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 e7d45f6..db8dcd2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "arcana", "name": "Arcana", - "version": "1.3.0", + "version": "1.3.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 ac9f4e0..490b6c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcana", - "version": "1.3.0", + "version": "1.3.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 ef739d0..95371c4 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "1.2.7": "0.15.0", "1.2.8": "0.15.0", "1.2.9": "0.15.0", - "1.3.0": "0.15.0" + "1.3.0": "0.15.0", + "1.3.1": "0.15.0" } \ No newline at end of file