diff --git a/package.json b/package.json index bf72136b..3b67d994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neynar/nodejs-sdk", - "version": "1.59.0", + "version": "1.60.0", "description": "SDK to interact with Neynar APIs (https://docs.neynar.com/)", "main": "./build/index.js", "types": "./build/index.d.ts", diff --git a/src/neynar-api/common/version.ts b/src/neynar-api/common/version.ts index e95d8ae8..2cc97237 100644 --- a/src/neynar-api/common/version.ts +++ b/src/neynar-api/common/version.ts @@ -1 +1 @@ -export const version = "1.59.0"; \ No newline at end of file +export const version = "1.60.0"; \ No newline at end of file