diff --git a/manifest.json b/manifest.json index 1dc7753..7eeb9d6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-book-tracker", "name": "Book Tracker", - "version": "1.3.1", + "version": "1.3.2", "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 ccff39f..0a6ad63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-book-tracker", - "version": "1.3.1", + "version": "1.3.2", "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 684d720..6ba5b31 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.1.0": "0.15.0", "1.2.0": "0.15.0", "1.3.0": "0.15.0", - "1.3.1": "0.15.0" + "1.3.1": "0.15.0", + "1.3.2": "0.15.0" } \ No newline at end of file