Bump version

This commit is contained in:
Evan Fiordeliso 2025-08-09 10:32:46 -04:00
parent 649b35f16c
commit ae4b924616
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"id": "obsidian-book-tracker",
"name": "Book Tracker",
"version": "1.4.2",
"version": "1.5.0",
"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.4.2",
"version": "1.5.0",
"description": "Simplifies tracking your reading progress and managing your book collection in Obsidian.",
"main": "main.js",
"scripts": {

View File

@ -7,5 +7,6 @@
"1.3.2": "0.15.0",
"1.4.0": "0.15.0",
"1.4.1": "0.15.0",
"1.4.2": "0.15.0"
"1.4.2": "0.15.0",
"1.5.0": "0.15.0"
}