diff --git a/manifest-beta.json b/manifest-beta.json index a527518b..8233b5e4 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/src/main.ts b/src/main.ts index 187bd218..ffbda166 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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;