From e28805857f97e40bc8b32165244f5a10a105fea0 Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Sun, 29 Aug 2021 20:05:22 +0300 Subject: [PATCH] Bump version to 1.6.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a6a69c38..3263fde2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.6.1", + "version": "1.6.2", "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 62c25140..1a73e112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.6.1", + "version": "1.6.2", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {