Skip to content

Commit 661fd78

Browse files
committed
update package
1 parent a7c4541 commit 661fd78

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ For details about all available rules, their default severities, and configurati
4040

4141
## Installation
4242

43-
<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000006ikjQAA">
43+
<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tgK0000006j7JQAQ">
4444
<img alt="Install Managed Package" src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png">
4545
</a>
4646

4747
Or via Salesforce CLI:
4848

4949
```bash
50-
sf package install --package lightning-flow-scanner@2.8.0 --target-org <OrgAlias> --wait 10
50+
sf package install --package lightning-flow-scanner@2.9.0-1 --wait 10 --target-org tp3
5151
```
5252

5353
## Usage

sfdx-project.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
"path": "force-app",
55
"default": true,
66
"package": "lightning-flow-scanner",
7-
"versionName": "2.8.0",
8-
"versionNumber": "2.8.0.0"
7+
"versionName": "2.9.0",
8+
"versionNumber": "2.9.0.NEXT"
99
}
1010
],
1111
"namespace": "flow_scanner",
1212
"sfdcLoginUrl": "https://login.salesforce.com",
1313
"sourceApiVersion": "62.0",
1414
"packageAliases": {
1515
"lightning-flow-scanner": "0HogK0000000VOnSAM",
16-
"[email protected]": "04tgK0000006ikjQAA"
16+
"[email protected]": "04tgK0000006ikjQAA",
17+
"[email protected]": "04tgK0000006j7JQAQ"
1718
}
1819
}

0 commit comments

Comments
 (0)