Skip to content

Commit

Permalink
Released 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Oct 12, 2020
1 parent aaf79da commit 0a2f09f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 20 deletions.
37 changes: 22 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sfdx-quiz",
"version": "2.4.0",
"version": "2.5.0",
"private": true,
"description": "Lightning Web Component Quiz App on a Salesforce Org",
"engines": {
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@salesforce/eslint-config-lwc": "^0.7.0",
"@salesforce/sfdx-lwc-jest": "^0.9.2",
"eslint": "^7.10.0",
"eslint": "^7.11.0",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"default": true,
"package": "Quiz",
"postInstallScript": "QuizPostInstallScript",
"versionName": "ver 2.4.0",
"versionNumber": "2.4.0.NEXT"
"versionName": "ver 2.5.0",
"versionNumber": "2.5.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.4.0';
HOST_APP_VERSION = '2.5.0';

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

0 comments on commit 0a2f09f

Please sign in to comment.