Bump version

This commit is contained in:
Evan Fiordeliso 2026-06-12 09:11:26 -04:00
parent 8886be9f81
commit f03a4f6910
3 changed files with 4 additions and 3 deletions

View File

@ -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",

View File

@ -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": {

View File

@ -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"
}