diff --git a/package-lock.json b/package-lock.json index c1dc100a..36326c5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@withabound/node-sdk", - "version": "5.1.11", + "version": "5.1.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@withabound/node-sdk", - "version": "5.1.11", + "version": "5.1.12", "license": "MIT", "dependencies": { "type-fest": "4.18.3" diff --git a/package.json b/package.json index cc24cd4b..9402bd78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@withabound/node-sdk", - "version": "5.1.11", + "version": "5.1.12", "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 bb370dc4..959143de 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = "5.1.11"; +export const version = "5.1.12";