From 339205153d888a8c652935b167c92199002c2b97 Mon Sep 17 00:00:00 2001 From: Lincoln Rychecky Date: Wed, 21 Aug 2024 09:53:08 -0600 Subject: [PATCH] updated package version in readme. --- README.md | 2 +- sfdx-project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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." } ],