Skip to content

Commit

Permalink
Merged PR 248: 1.7.1 - Fix bug where the version in the Help dialog w…
Browse files Browse the repository at this point in the history
…as incorrect (#156)

- Fix bug where the version in the Help dialog was incorrect
- Bump version to 1.7.1
  • Loading branch information
alopezlago authored Jun 5, 2022
1 parent ca3d34a commit d70ebb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/state/UIState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d70ebb8

Please sign in to comment.