diff --git a/manifest.json b/manifest.json index be65583..571ee0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "repeat-plugin", "name": "Repeat", - "version": "1.5.1", + "version": "1.5.2", "minAppVersion": "1.0.0", "description": "Review notes using periodic or spaced repetition.", "author": "Andre Perunicic", diff --git a/package.json b/package.json index 1491404..71f3667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-repeat-plugin", - "version": "1.5.1", + "version": "1.5.2", "description": "An Obsidian plugin to review notes using periodic or spaced repetition.", "main": "./src/main.ts", "scripts": { diff --git a/versions.json b/versions.json index 2631b81..9f184ba 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.3.3": "1.0.0", "1.4.0": "1.0.0", "1.5.0": "1.0.0", - "1.5.1": "1.0.0" + "1.5.1": "1.0.0", + "1.5.2": "1.0.0" }