Skip to content

Commit

Permalink
1.13-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzulu committed Aug 6, 2024
1 parent e1c23e2 commit d5174fe
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.11",
"version": "1.13-beta.12",
"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 @@ -45,7 +45,7 @@ import { TextDirection } from "./util/TextDirection";
import { convertToStringOrEmpty } from "./util/utils";
import { logger } from "./util/logger";

export const versionString: string = "Branch: master v1.13-beta.11";
export const versionString: string = "Branch: master v1.13-beta.12";

export default class SRPlugin extends Plugin {
private statusBar: HTMLElement;
Expand Down

0 comments on commit d5174fe

Please sign in to comment.