From 6963e074e20c55ab930d691bc8c5ccaaa097c7e6 Mon Sep 17 00:00:00 2001 From: Andre Perunicic Date: Sun, 21 Jul 2024 19:03:20 -0400 Subject: [PATCH] Prepare release of version 1.7.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 95d6bb1..f6a181b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "repeat-plugin", "name": "Repeat", - "version": "1.7.0", + "version": "1.7.1", "minAppVersion": "1.1.0", "description": "Review notes using periodic or spaced repetition.", "author": "Andre Perunicic", diff --git a/package.json b/package.json index 8c3b862..a168ca8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-repeat-plugin", - "version": "1.7.0", + "version": "1.7.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 6c1bfb7..d68725b 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "1.5.4": "1.0.0", "1.6.0": "1.1.0", "1.6.1": "1.1.0", - "1.7.0": "1.1.0" + "1.7.0": "1.1.0", + "1.7.1": "1.1.0" }