From cd59050c3a3a9036649690bef8570d486dfb0c49 Mon Sep 17 00:00:00 2001 From: Andre Perunicic Date: Tue, 6 Jan 2026 00:25:35 -0500 Subject: [PATCH] Prepare release of version 2.0.0 --- manifest.json | 2 +- versions.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 54cc396..5247a85 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "repeat-plugin", "name": "Repeat", - "version": "1.10.0", + "version": "2.0.0", "minAppVersion": "1.1.0", "description": "Review notes using periodic or spaced repetition.", "author": "Andre Perunicic", diff --git a/versions.json b/versions.json index 2c93a47..ab57cb6 100644 --- a/versions.json +++ b/versions.json @@ -23,5 +23,7 @@ "1.9.0": "1.1.0", "1.9.1": "1.1.0", "1.9.2": "1.1.0", - "1.10.0": "1.1.0" + "1.10.0": "1.1.0", + "2.0.0": "1.10.0" } +