diff --git a/manifest.json b/manifest.json index e118de61..ac58805e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.7.2", - "minAppVersion": "0.12.2", + "version": "1.8.0", + "minAppVersion": "0.15.4", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "author": "Stephen Mwangi", "authorUrl": "https://github.com/st3v3nmw", diff --git a/package.json b/package.json index 0c56a168..839c291b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.7.2", + "version": "1.8.0", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 39231602..72a60f50 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.8.0": "0.15.4", "1.4.4": "0.12.2", "1.4.3": "0.9.12", "1.0.1": "0.9.12",