Skip to content

Commit c4b60af

Browse files
committed
chore: update version
1 parent e774573 commit c4b60af

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
## [1.12.5.21]
8+
9+
- Fix CRAM_ALL_CARDS (#133) by @paschalis-mpeis
10+
711
## [1.12.5.20]
812

913
- Removed hardcoded strings (#125) by @Riffaells

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "obsidian-spaced-repetition-recall",
33
"name": "Spaced Repetition Recall",
4-
"version": "1.12.5.20",
4+
"version": "1.12.5.21",
55
"minAppVersion": "1.2.8",
66
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
7-
"author": "Newdea",
7+
"author": "Stephen Mwangi & ModifiedBy Newdea",
88
"authorUrl": "https://github.com/Newdea",
99
"helpUrl": "https://github.com/open-spaced-repetition/obsidian-spaced-repetition-recall/blob/dev-master/docs/README_ZH.md",
1010
"isDesktopOnly": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-spaced-repetition-recall",
3-
"version": "1.12.5.20",
3+
"version": "1.12.5.21",
44
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)