Skip to content

Commit

Permalink
build: release v2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Oct 7, 2024
1 parent 012a358 commit 1e04f07
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ There are two installation options for the host app:

If installing on a Developer Edition org, you first need to set up **My Domain** by following [these instructions](https://help.salesforce.com/articleView?id=environment_hub_get_started_my_domain.htm&type=5) and keeping the default login policy.

1. Click [this link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5p0000013nkIAAQ) to install the host app package and choose **Install for All Users**.
1. Click [this link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tJ9000000Y15cIAC) to install the host app package and choose **Install for All Users**.

You'll need to approve access to `https://api.qrserver.com`. We use this library to draw a QR Code.

Expand Down
4 changes: 2 additions & 2 deletions 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.10.1",
"version": "2.11.0",
"private": true,
"description": "Lightning Web Component Quiz App on a Salesforce Org",
"scripts": {
Expand Down
9 changes: 5 additions & 4 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"default": true,
"package": "Quiz",
"postInstallScript": "QuizPostInstallScript",
"versionName": "ver 2.10.1",
"versionNumber": "2.10.1.NEXT",
"versionName": "ver 2.11.0",
"versionNumber": "2.11.0.NEXT",
"versionDescription": "Multiplayer quiz app built on Salesforce technology",
"ancestorVersion": "HIGHEST",
"apexTestAccess": {
"permissionSets": ["Quiz_Host"]
Expand All @@ -17,7 +18,7 @@
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "61.0",
"packageAliases": {
"Quiz": "0Ho0N000000KyksSAC",
"Quiz@2.10.0-1": "04t5p0000013nkIAAQ"
"Quiz": "0HoJ9000000KyjGKAS",
"Quiz@2.11.0-1": "04tJ9000000Y15cIAC"
}
}
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.10.1';
HOST_APP_VERSION = '2.11.0';

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

0 comments on commit 1e04f07

Please sign in to comment.