From 6851368b3b50a269ee986cd2002fc7de130cf9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Le=20Guin?= Date: Tue, 17 Mar 2020 14:53:25 +0100 Subject: [PATCH] Package version update --- README.md | 8 ++++---- sfdx-project.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index da436bc..c4d6240 100644 --- a/README.md +++ b/README.md @@ -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'. @@ -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. \ No newline at end of file diff --git a/sfdx-project.json b/sfdx-project.json index f5cb350..6db5b0d 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -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" } ] } @@ -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" } } \ No newline at end of file