From f35a1dbfff5da479093bd63b5d8625c0fcd1ee83 Mon Sep 17 00:00:00 2001 From: Scott Tomaszewski Date: Sun, 31 May 2026 12:30:07 -0400 Subject: [PATCH] Prepares for release '0.13.1' --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 2237cf6..c2e0162 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "disciples-journal", "name": "Disciples Journal", - "version": "1.13.0", + "version": "0.13.1", "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 bfadefd..3f85295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-disciples-journal", - "version": "1.13.0", + "version": "0.13.1", "description": "Embed Bible references and passages in your notes and read the Bible.", "main": "main.js", "scripts": {