Skip to content

Commit 6851368

Browse files
committed
Package version update
1 parent e7cb1a7 commit 6851368

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ To know and understand the purpose of platform events, please review the followi
1111

1212
## Installation:
1313
Install the unlocked package by clicking one of the following URLs:
14-
- [Follow this link for Sandboxes](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGWxQAM "https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGWxQAM")
15-
- [Follow this link for Developer Editions and Trailhead Playgrounds](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGWxQAM "https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGWxQAM")
14+
- [Follow this link for Sandboxes](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mHGmQAM "https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mHGmQAM")
15+
- [Follow this link for Developer Editions and Trailhead Playgrounds](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mHGmQAM "https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mHGmQAM")
1616

1717
Then, follow these configuration steps:
1818
1. Go to the Salesforce instance and go to 'Setup' &rightarrow 'Apps' &rightarrow 'App Manager'.
@@ -24,7 +24,7 @@ Then, follow these configuration steps:
2424
## Test:
2525

2626
- Install the test package:
27-
- [Follow this link for Sandboxes](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGfIQAU "https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGfIQAU")
28-
- [Follow this link for Developer Editions and Trailhead Playgrounds](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGfIQAU "https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGfIQAU")
27+
- [Follow this link for Sandboxes](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mQ0AQAU "https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mQ0AQAU")
28+
- [Follow this link for Developer Editions and Trailhead Playgrounds](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mQ0AQAU "https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mQ0AQAU")
2929
- Go to a contact and modify its email address.
3030
- Wait at least 5 seconds for the toast notification to display and the contact email address to revert.

sfdx-project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"default": true,
66
"package": "Asynchronous Process Notifier",
77
"versionName": "ver 1.0",
8-
"versionNumber": "1.0.0.NEXT"
8+
"versionNumber": "1.0.1.NEXT"
99
},
1010
{
1111
"path": "asynchronous-process-notifier-test",
1212
"default": false,
1313
"package": "Asynchronous Process Notifier Test",
1414
"versionName": "ver 1.0",
15-
"versionNumber": "1.0.0.NEXT",
15+
"versionNumber": "1.0.1.NEXT",
1616
"dependencies": [
1717
{
1818
"package": "Asynchronous Process Notifier",
19-
"versionNumber": "1.0.0.LATEST"
19+
"versionNumber": "1.0.1.LATEST"
2020
}
2121
]
2222
}
@@ -26,8 +26,8 @@
2626
"sourceApiVersion": "48.0",
2727
"packageAliases": {
2828
"Asynchronous Process Notifier": "0Ho3X000000k9jRSAQ",
29-
"Asynchronous Process Notifier@1.0.0-1": "04t3X000002mGWxQAM",
3029
"Asynchronous Process Notifier Test": "0Ho3X000000k9jWSAQ",
31-
"Asynchronous Process Notifier Test@1.0.0-1": "04t3X000002mGfIQAU"
30+
"Asynchronous Process Notifier@1.0.1-1": "04t3X000002mHGmQAM",
31+
"Asynchronous Process Notifier Test@1.0.1-1": "04t3X000002mQ0AQAU"
3232
}
3333
}

0 commit comments

Comments
 (0)