Prepare release of version 1.7.1

This commit is contained in:
Andre Perunicic 2024-07-21 19:03:20 -04:00
parent b6f03d2b8b
commit 6963e074e2
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -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": {

View file

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