From fbc4cc1e5ee6f56972124577b64cf5ad652c285e Mon Sep 17 00:00:00 2001 From: Scott Tomaszewski Date: Sun, 31 May 2026 08:54:35 -0400 Subject: [PATCH] Prepares for release '1.13.0' --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3cc8357..2237cf6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "disciples-journal", "name": "Disciples Journal", - "version": "0.13.0", + "version": "1.13.0", "minAppVersion": "1.6.6", "description": "Embed Bible references and passages in your notes and read the Bible.", "author": "Scott Tomaszewski (Xentis)", diff --git a/package.json b/package.json index 1f8a32e..bfadefd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-disciples-journal", - "version": "0.13.0", + "version": "1.13.0", "description": "Embed Bible references and passages in your notes and read the Bible.", "main": "main.js", "scripts": {