diff --git a/manifest.json b/manifest.json index 645f295..a982832 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "repeat-plugin", "name": "Repeat", - "version": "1.7.2", + "version": "1.8.0", "minAppVersion": "1.1.0", "description": "Review notes using periodic or spaced repetition.", "author": "Andre Perunicic", diff --git a/package.json b/package.json index 9821943..8e82a24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-repeat-plugin", - "version": "1.7.2", + "version": "1.8.0", "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 f99e9a6..13f821f 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "1.6.1": "1.1.0", "1.7.0": "1.1.0", "1.7.1": "1.1.0", - "1.7.2": "1.1.0" + "1.7.2": "1.1.0", + "1.8.0": "1.1.0" }