From 39dd90e980ab9f43b2c3ebbb7184c825c8e33247 Mon Sep 17 00:00:00 2001 From: Andre Perunicic Date: Sun, 26 Feb 2023 12:19:17 -0500 Subject: [PATCH] Prepare release of version 1.5.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 6a72fb5..be65583 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "repeat-plugin", "name": "Repeat", - "version": "1.5.0", + "version": "1.5.1", "minAppVersion": "1.0.0", "description": "Review notes using periodic or spaced repetition.", "author": "Andre Perunicic", diff --git a/package.json b/package.json index 18fc67f..1491404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-repeat-plugin", - "version": "1.5.0", + "version": "1.5.1", "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 fdebde6..2631b81 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.3.2": "1.0.0", "1.3.3": "1.0.0", "1.4.0": "1.0.0", - "1.5.0": "1.0.0" + "1.5.0": "1.0.0", + "1.5.1": "1.0.0" }