Skip to content

Commit

Permalink
1.13-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzulu committed Sep 10, 2024
1 parent f9b2fab commit 3fe3480
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ node_modules
.pnp.loader.mjs
pnpm-lock.yaml
tests/e2e/vault/
tests/vaults
docs
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.14",
"version": "1.13-beta.15",
"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 @@ -56,7 +56,7 @@ export default class SRPlugin extends Plugin {
private debouncedGenerateParserTimeout: number | null = null;

async onload(): Promise<void> {
console.log("onload: 1.13-beta.14");
console.log("onload: 1.13-beta.15");
await this.loadPluginData();

this.initLogicClasses();
Expand Down

0 comments on commit 3fe3480

Please sign in to comment.