Skip to content

Commit 2588e3c

Browse files
committed
docs(release): update install links for v3.3
1 parent f7fae68 commit 2588e3c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ While no configuration is required, Admins can define **default severities**, **
8181

8282
| Deployment Type | Installation |
8383
|-----------------|----------------|
84-
| [**AppExchange(managed)**](https://appexchange.salesforce.com/appxListingDetail?listingId=80d6caf3-d4a8-41ec-b48e-da1fe3457e98) | <a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000008CLlQAM"><img alt="Install Managed Package" src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png"></a> |
84+
| [**AppExchange(managed)**](https://appexchange.salesforce.com/appxListingDetail?listingId=80d6caf3-d4a8-41ec-b48e-da1fe3457e98) | <a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tgK000000E7ODQA0"><img alt="Install Managed Package" src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png"></a> |
8585
| **Unmanaged** | <a href="https://githubsfdeploy.herokuapp.com?owner=Flow-Scanner&repo=lightning-flow-scanner-app&ref=main"><img alt="Install Unmanaged Package" src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png"></a> |
86-
| **Or via CLI** | `sf package install --package 04tgK0000008CLlQAM --wait 10` |
86+
| **Or via CLI** | `sf package install --package 04tgK000000E7ODQA0 --wait 10` |
8787

8888
> After installation, complete the [Post-Installation Setup](docs/installation.md) to configure the External Client App and assign permissions.
8989

docs/sfdx-project.packaging.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"packageAliases": {
1515
"flow-scanner": "0HogK0000000ZFVSA2",
1616
"flow-scanner@3.0.0-2": "04tgK0000007M73QAE",
17-
"flow-scanner@3.2.0-1": "04tgK0000008CLlQAM"
17+
"flow-scanner@3.2.0-1": "04tgK0000008CLlQAM",
18+
"flow-scanner@3.3.0-1": "04tgK000000E7ODQA0"
1819
}
1920
}

0 commit comments

Comments
 (0)