diff --git a/README.md b/README.md index e61be6b..25add7f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,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=04t0N000001Bl5iQAC) to install the host app package and choose **Install for All Users**. +1. Click [this link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t0N000001BlHpQAK) to install the host app package and choose **Install for All Users**. You'll need to approve access to `https://chart.googleapis.com`. We use this library to draw leaderboards. diff --git a/sfdx-project.json b/sfdx-project.json index b2030cf..bbe2ce0 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -14,6 +14,6 @@ "sourceApiVersion": "49.0", "packageAliases": { "Quiz": "0Ho0N000000KyksSAC", - "Quiz@2.2.0-1": "04t0N000001Bl5iQAC" + "Quiz@2.3.0-1": "04t0N000001BlHpQAK" } }