From f03a4f6910c43f56db6c1eb868d660095bec28e1 Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Fri, 12 Jun 2026 09:11: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 e8593c4..91c8529 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-book-tracker", "name": "Book Tracker", - "version": "1.7.3", + "version": "1.7.4", "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 d2302d0..54d266d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-book-tracker", - "version": "1.7.3", + "version": "1.7.4", "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 47f7370..0696f2c 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "1.7.0": "0.15.0", "1.7.1": "0.15.0", "1.7.2": "0.15.0", - "1.7.3": "0.15.0" + "1.7.3": "0.15.0", + "1.7.4": "0.15.0" } \ No newline at end of file