diff --git a/manifest.json b/manifest.json index c4b7499..c0eed15 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index ead8785..cbe029c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index b8e2af4..97b8eed 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file