Skip to content

Commit

Permalink
Merge pull request #4 from nylas/fix-package-version
Browse files Browse the repository at this point in the history
updated package version in readme.
  • Loading branch information
LincolnRychecky authored Aug 21, 2024
2 parents d2e5865 + 3392051 commit c0a6b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
],
Expand Down

0 comments on commit c0a6b7c

Please sign in to comment.