From b47915af31a59b38050ea1c29583e619da51b043 Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Sun, 13 Jun 2021 07:34:32 +0300 Subject: [PATCH] bump version to 1.5.6 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 69de6522..41b5d03d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.5.5", + "version": "1.5.6", "minAppVersion": "0.12.2", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "author": "Stephen Mwangi", diff --git a/package.json b/package.json index 8ae375c6..c73622c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.5.5", + "version": "1.5.6", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {