Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzulu committed Jul 3, 2024
1 parent ed061a1 commit 8ceb3da
Showing 1 changed file with 1 addition and 1 deletion.
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.4");
console.log("onload: Branch: master v1.13-beta.5");
await this.loadPluginData();
this.easeByPath = new NoteEaseList(this.data.settings);
this.questionPostponementList = new QuestionPostponementList(
Expand Down

0 comments on commit 8ceb3da

Please sign in to comment.