Skip to content

Commit

Permalink
Package version update
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLeGuin committed Mar 17, 2020
1 parent e7cb1a7 commit 6851368
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ To know and understand the purpose of platform events, please review the followi

## Installation:
Install the unlocked package by clicking one of the following URLs:
- [Follow this link for Sandboxes](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGWxQAM "https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGWxQAM")
- [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")
- [Follow this link for Sandboxes](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mHGmQAM "https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mHGmQAM")
- [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")

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

- Install the test package:
- [Follow this link for Sandboxes](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGfIQAU "https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mGfIQAU")
- [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")
- [Follow this link for Sandboxes](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mQ0AQAU "https://test.salesforce.com/packaging/installPackage.apexp?p0=04t3X000002mQ0AQAU")
- [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")
- Go to a contact and modify its email address.
- Wait at least 5 seconds for the toast notification to display and the contact email address to revert.
10 changes: 5 additions & 5 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"default": true,
"package": "Asynchronous Process Notifier",
"versionName": "ver 1.0",
"versionNumber": "1.0.0.NEXT"
"versionNumber": "1.0.1.NEXT"
},
{
"path": "asynchronous-process-notifier-test",
"default": false,
"package": "Asynchronous Process Notifier Test",
"versionName": "ver 1.0",
"versionNumber": "1.0.0.NEXT",
"versionNumber": "1.0.1.NEXT",
"dependencies": [
{
"package": "Asynchronous Process Notifier",
"versionNumber": "1.0.0.LATEST"
"versionNumber": "1.0.1.LATEST"
}
]
}
Expand All @@ -26,8 +26,8 @@
"sourceApiVersion": "48.0",
"packageAliases": {
"Asynchronous Process Notifier": "0Ho3X000000k9jRSAQ",
"Asynchronous Process Notifier@1.0.0-1": "04t3X000002mGWxQAM",
"Asynchronous Process Notifier Test": "0Ho3X000000k9jWSAQ",
"Asynchronous Process Notifier Test@1.0.0-1": "04t3X000002mGfIQAU"
"Asynchronous Process Notifier@1.0.1-1": "04t3X000002mHGmQAM",
"Asynchronous Process Notifier Test@1.0.1-1": "04t3X000002mQ0AQAU"
}
}

0 comments on commit 6851368

Please sign in to comment.