diff --git a/package-lock.json b/package-lock.json index f8a1ce6b..5669be0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@withabound/node-sdk", - "version": "5.1.13", + "version": "5.1.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@withabound/node-sdk", - "version": "5.1.13", + "version": "5.1.14", "license": "MIT", "dependencies": { "type-fest": "4.20.1" diff --git a/package.json b/package.json index 4ef0ae5f..74550ea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@withabound/node-sdk", - "version": "5.1.13", + "version": "5.1.14", "description": "The Abound Node library provides convenient access to the Abound API from applications written in server-side JavaScript.", "author": "Abound ", "license": "MIT", diff --git a/src/version.ts b/src/version.ts index 697dd25f..514e6680 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = "5.1.13"; +export const version = "5.1.14";