From 4bcc26a1531fe90b80905f52700abd960554db90 Mon Sep 17 00:00:00 2001 From: Andre Perunicic Date: Wed, 2 Nov 2022 01:06:20 -0400 Subject: [PATCH] Set plugin version number to 1.1.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index eee9b95..c117dfc 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 2f34509..0bead95 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index f048fde..691b027 100644 --- a/versions.json +++ b/versions.json @@ -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" }