From 5bd0739b46cfb9d5d8f2135dfe1fba8998be058f Mon Sep 17 00:00:00 2001 From: tim-hub Date: Wed, 17 Jul 2024 22:38:14 +1200 Subject: [PATCH] release 3.0.0 --- 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 25eaa35..08180a8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-bible-reference", "name": "Bible Reference", - "version": "2.5.6", + "version": "3.0.0", "minAppVersion": "0.12.0", "description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ", "author": "tim-hub", diff --git a/package.json b/package.json index c139139..d05f256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-bible-reference", - "version": "2.5.6", + "version": "3.0.0", "description": "Taking Bible Study note in Obsidian.md application easily. Automatically suggesting Bible Verses as references. ", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 700e52e..d8fb2af 100644 --- a/versions.json +++ b/versions.json @@ -79,5 +79,6 @@ "2.5.3": "0.12.0", "2.5.4": "0.12.0", "2.5.5": "0.12.0", - "2.5.6": "0.12.0" + "2.5.6": "0.12.0", + "3.0.0": "0.12.0" } \ No newline at end of file