diff --git a/package.json b/package.json index f48aea0..6137a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fintoc", - "version": "1.17.0", + "version": "1.18.0", "description": "The official Node client for the Fintoc API.", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/src/lib/version.ts b/src/lib/version.ts index 8342077..ae72db1 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -1,3 +1,3 @@ -export const versionInfo = [1, 17, 0]; +export const versionInfo = [1, 18, 0]; export const version = versionInfo.join('.');