From f3f68197283ed2b392eb6e4ca2c7b40017e4d87b Mon Sep 17 00:00:00 2001 From: ronzulu <75528127+ronzulu@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:07:21 +1000 Subject: [PATCH] Merged #335 --- manifest-beta.json | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index d5283f46..3d161c42 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.13-beta.3", + "version": "1.13-beta.4", "minAppVersion": "0.15.4", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "author": "Stephen Mwangi", diff --git a/src/main.ts b/src/main.ts index 15173134..13453ab9 100644 --- a/src/main.ts +++ b/src/main.ts @@ -92,7 +92,7 @@ export default class SRPlugin extends Plugin { public cardStats: Stats; async onload(): Promise { - console.log("onload: Branch: master v1.13-beta.3"); + console.log("onload: Branch: master v1.13-beta.4"); await this.loadPluginData(); this.easeByPath = new NoteEaseList(this.data.settings); this.questionPostponementList = new QuestionPostponementList(