Skip to content

Commit

Permalink
Bump version to v1.9.4 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw authored Jan 8, 2023
1 parent 16ce177 commit e4832a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e4832a9

Please sign in to comment.