From 01a9ad2c94838d30e51fad01d8e5235f31b2153f Mon Sep 17 00:00:00 2001 From: Valerie Coffman Date: Mon, 21 Oct 2024 10:10:49 -0700 Subject: [PATCH] Minor update: v1.64.0 --- package.json | 2 +- src/neynar-api/common/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 772ebec..72082a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neynar/nodejs-sdk", - "version": "1.63.0", + "version": "1.64.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 ee0d2c6..a2b9bdf 100644 --- a/src/neynar-api/common/version.ts +++ b/src/neynar-api/common/version.ts @@ -1 +1 @@ -export const version = "1.63.0"; \ No newline at end of file +export const version = "1.64.0"; \ No newline at end of file