Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jun 7, 2020
1 parent da6d5f3 commit 78b3cac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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": "2.0.1",
"version": "2.1.0",
"private": true,
"description": "Lightning Web Component Quiz App on a Salesforce Org",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"path": "src",
"default": true,
"package": "Quiz",
"versionName": "ver 2.0.1",
"versionNumber": "2.0.1.NEXT"
"versionName": "ver 2.1.0",
"versionNumber": "2.1.0.NEXT"
}
],
"namespace": "",
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 {
isNextButtonDisabled = true;
currentQuestion;

HOST_APP_VERSION = '2.0.1';
HOST_APP_VERSION = '2.1.0';

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

0 comments on commit 78b3cac

Please sign in to comment.