diff --git a/package.json b/package.json index fa08d38..32ad5d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modaq", - "version": "1.7.0", + "version": "1.7.1", "description": "Quiz Bowl Reader using TypeScript, React, and MobX", "repository": { "type": "git", diff --git a/src/state/UIState.ts b/src/state/UIState.ts index b5e3e2a..dd78099 100644 --- a/src/state/UIState.ts +++ b/src/state/UIState.ts @@ -22,6 +22,7 @@ import { ICustomExport } from "./CustomExport"; // outside of that component here. export class UIState { + @ignore public buildVersion: string | undefined; // TODO: Should we also include the Cycle? This would simplify anything that needs access to the cycle