diff --git a/README.md b/README.md index f455a32..47514eb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the GitHub repository for the Nylas SDK for Apex. This repo is primarily The Nylas SDK for Apex is installed as an unlocked Salesforce package. Click the link below to install the SDK in your Salesforce instance and get started. -[Package Installation Link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQk000000JISfIAO) +[Package Installation Link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQk000000JPU9IAO) ## ⚡️Usage diff --git a/sfdx-project.json b/sfdx-project.json index 6a76b37..55d9085 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -4,7 +4,7 @@ "path": "force-app", "package": "NylasApexSDK", "versionName": "ver 0.1", - "versionNumber": "0.1.0.NEXT", + "versionNumber": "0.1.1.0", "versionDescription": "Devlop with Nylas API V3 using the Apex language. This package contains client code for simple configuration of the Nylas API and use of the various routes." } ],