Prepare release of version 1.5.2

This commit is contained in:
Andre Perunicic 2023-05-31 21:59:57 -04:00
parent 4cdf8b081d
commit a4fdf8acaf
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "repeat-plugin",
"name": "Repeat",
"version": "1.5.1",
"version": "1.5.2",
"minAppVersion": "1.0.0",
"description": "Review notes using periodic or spaced repetition.",
"author": "Andre Perunicic",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-repeat-plugin",
"version": "1.5.1",
"version": "1.5.2",
"description": "An Obsidian plugin to review notes using periodic or spaced repetition.",
"main": "./src/main.ts",
"scripts": {

View file

@ -10,5 +10,6 @@
"1.3.3": "1.0.0",
"1.4.0": "1.0.0",
"1.5.0": "1.0.0",
"1.5.1": "1.0.0"
"1.5.1": "1.0.0",
"1.5.2": "1.0.0"
}