Skip to content

Commit

Permalink
Merged st3v3nmw#335
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzulu committed Jul 1, 2024
1 parent 57a4656 commit f3f6819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default class SRPlugin extends Plugin {
public cardStats: Stats;

async onload(): Promise<void> {
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(
Expand Down

0 comments on commit f3f6819

Please sign in to comment.