Skip to content

Commit

Permalink
Set plugin version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prncc committed Nov 2, 2022
1 parent 06207be commit 4bcc26a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "repeat-plugin",
"name": "Repeat",
"version": "1.0.2",
"version": "1.1.0",
"minAppVersion": "1.0.0",
"description": "Review notes using periodic or spaced repetition.",
"author": "Andre Perunicic",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-repeat-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "An Obsidian plugin to review notes using periodic or spaced repetition.",
"main": "./src/main.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"1.0.0": "0.15.0",
"1.0.1": "1.0.0",
"1.0.2": "1.0.0"
"1.0.2": "1.0.0",
"1.1.0": "1.0.0"
}

0 comments on commit 4bcc26a

Please sign in to comment.