diff --git a/manifest.json b/manifest.json index a14eb71b..722413fc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.4.0", + "version": "1.4.1", "minAppVersion": "0.9.12", "description": "Fight the forgetting curve & note aging by reviewing flashcards & notes using spaced repetition on Obsidian.md", "author": "Stephen Mwangi", diff --git a/package.json b/package.json index 30c4c1c0..583f0332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.4.0", + "version": "1.4.1", "description": "Fight the forgetting curve & note aging by reviewing flashcards & notes using spaced repetition on Obsidian.md", "main": "main.js", "scripts": {