Prepare release of version 2.0.0

This commit is contained in:
Andre Perunicic 2026-01-06 00:25:35 -05:00
parent a71dc21494
commit cd59050c3a
2 changed files with 4 additions and 2 deletions

View file

@ -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",

View file

@ -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"
}