From 547d9e3c23d844be95523a3902166498095f20c2 Mon Sep 17 00:00:00 2001 From: shunkosa Date: Thu, 28 Mar 2024 12:52:31 +0900 Subject: [PATCH] Promote version --- README.md | 2 +- sfdx-project.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffcc597..bb3aff9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Let guest user in Salesforce community vote on articles, and see results in a cu ## How to use -1. Install package ([Production/DE](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047wJPAAY) | [Sandbox](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tf40000047wJPAAY)), or clone the repository and push/deploy source to the target org. +1. Install package ([Production/DE](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5G000004Q003QAC) | [Sandbox](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5G000004Q003QAC)), or clone the repository and push/deploy source to the target org. 2. Put `Article Vote for Guest Users` on Article Detail page of your community. diff --git a/sfdx-project.json b/sfdx-project.json index 5605603..1aa1e72 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -14,6 +14,7 @@ "packageAliases": { "guest-article-vote": "0Hof4000000CafECAS", "guest-article-vote@1.0.0-1": "04tf40000047tgtAAA", - "guest-article-vote@1.0.1-1": "04tf40000047wJPAAY" + "guest-article-vote@1.0.1-1": "04tf40000047wJPAAY", + "guest-article-vote@1.0.1-2": "04t5G000004Q003QAC" } }