From e4832a96e88c866434b65a7a46e1e15d722f6bec Mon Sep 17 00:00:00 2001 From: Stephen Mwangi <43380836+st3v3nmw@users.noreply.github.com> Date: Sun, 8 Jan 2023 13:53:24 +0300 Subject: [PATCH] Bump version to v1.9.4 (#588) --- docs/changelog.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index adfc9a8b..aa60f33a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,8 @@ and this project (sorta) adheres to [Semantic Versioning](https://semver.org/spe ## [Unreleased] +## [1.9.4] - 2023-01-08 + ### Fixes - Minor UI fix on flashcards diff --git a/manifest.json b/manifest.json index 7cd1d69f..4371c0ed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.9.3", + "version": "1.9.4", "minAppVersion": "0.15.4", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "author": "Stephen Mwangi", diff --git a/package.json b/package.json index 677bb7ee..a504babd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.9.3", + "version": "1.9.4", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {