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