From 3397f2d420905e8e86acbcf396034ae036475e96 Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Sun, 6 Jun 2021 14:17:04 +0300 Subject: [PATCH] bump version to 1.5.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f5d19254..3eb005f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.4.9", + "version": "1.5.0", "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 a697c0e6..cd2091f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.4.9", + "version": "1.5.0", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {