From d5e4810d8f87d2bd78e01a393f6094538cf031b3 Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Fri, 18 Jul 2025 23:14:26 -0400 Subject: [PATCH] Bump version --- 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 d7fac46..bda7c47 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-book-tracker", "name": "Book Tracker", - "version": "1.4.0", + "version": "1.4.1", "minAppVersion": "0.15.0", "description": "Simplifies tracking your reading progress and managing your book collection in Obsidian.", "author": "FiFiTiDo", diff --git a/package.json b/package.json index e124d4f..d4a2a8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-book-tracker", - "version": "1.4.0", + "version": "1.4.1", "description": "Simplifies tracking your reading progress and managing your book collection in Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3556850..dbd02df 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.3.0": "0.15.0", "1.3.1": "0.15.0", "1.3.2": "0.15.0", - "1.4.0": "0.15.0" + "1.4.0": "0.15.0", + "1.4.1": "0.15.0" } \ No newline at end of file