mirror of
https://github.com/prncc/obsidian-repeat-plugin.git
synced 2026-07-22 06:50:25 +00:00
Prepare release of version 1.3.3
This commit is contained in:
parent
dadb3dedd6
commit
cffe638fae
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "repeat-plugin",
|
||||
"name": "Repeat",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Review notes using periodic or spaced repetition.",
|
||||
"author": "Andre Perunicic",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-repeat-plugin",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"description": "An Obsidian plugin to review notes using periodic or spaced repetition.",
|
||||
"main": "./src/main.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@
|
|||
"1.2.0": "1.0.0",
|
||||
"1.3.0": "1.0.0",
|
||||
"1.3.1": "1.0.0",
|
||||
"1.3.2": "1.0.0"
|
||||
"1.3.2": "1.0.0",
|
||||
"1.3.3": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue