Skip to content

Commit

Permalink
Merge pull request #227 from neynarxyz/tdb/v1.67.0
Browse files Browse the repository at this point in the history
Minor update: v1.67.0
  • Loading branch information
tybook authored Oct 29, 2024
2 parents a5c72d9 + 0efbeed commit 41866bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Checkout [examples](https://github.com/neynarxyz/farcaster-examples) using this

## Contribution Guidelines

see [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
see [CONTRIBUTING.md](./CONTRIBUTING.md).

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neynar/nodejs-sdk",
"version": "1.66.0",
"version": "1.67.0",
"description": "SDK to interact with Neynar APIs (https://docs.neynar.com/)",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/neynar-api/common/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "1.66.0";
export const version = "1.67.0";

0 comments on commit 41866bc

Please sign in to comment.