diff --git a/package-lock.json b/package-lock.json index cfa5abc2..747d76ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nylas", - "version": "7.7.3", + "version": "7.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nylas", - "version": "7.7.3", + "version": "7.7.4", "license": "MIT", "dependencies": { "change-case": "^4.1.2", diff --git a/package.json b/package.json index f7e926a0..db59efea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nylas", - "version": "7.7.3", + "version": "7.7.4", "description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.", "main": "lib/cjs/nylas.js", "types": "lib/types/nylas.d.ts", diff --git a/src/version.ts b/src/version.ts index 8fc539dc..d45aaa84 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // This file is generated by scripts/exportVersion.js -export const SDK_VERSION = '7.7.3'; +export const SDK_VERSION = '7.7.4';