Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Apr 10, 2020
1 parent 5d9eebc commit 59d7f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sfdx-quiz",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"description": "Lightning Web Component Quiz App on a Salesforce Org",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/default/lwc/gameApp/gameApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class GameApp extends LightningElement {
@track isNextButtonDisabled = true;
@track currentQuestion;

HOST_APP_VERSION = '1.1.0';
HOST_APP_VERSION = '1.1.1';

@wire(getQuizSettings)
wiredQuizSettings({ error, data }) {
Expand Down

0 comments on commit 59d7f8b

Please sign in to comment.