From 4cbc3b5bef7e01d59ec1738fcb8e25ff01889287 Mon Sep 17 00:00:00 2001 From: Andre Perunicic Date: Mon, 20 Feb 2023 20:01:13 -0500 Subject: [PATCH] Prepare release of version 1.5.0 --- 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 a582196..6a72fb5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "repeat-plugin", "name": "Repeat", - "version": "1.4.0", + "version": "1.5.0", "minAppVersion": "1.0.0", "description": "Review notes using periodic or spaced repetition.", "author": "Andre Perunicic", diff --git a/package.json b/package.json index 1188230..18fc67f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-repeat-plugin", - "version": "1.4.0", + "version": "1.5.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 a866bf2..fdebde6 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.3.1": "1.0.0", "1.3.2": "1.0.0", "1.3.3": "1.0.0", - "1.4.0": "1.0.0" + "1.4.0": "1.0.0", + "1.5.0": "1.0.0" }