Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockrun/llm",
"version": "3.13.0",
"version": "3.13.1",
"type": "module",
"description": "BlockRun SDK - Pay-per-request AI (LLM, Image, Video, Music, Voice) via x402 on Base and Solana",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* "SDK_VERSION matches package.json" case in test/unit/version-consistency.test.ts
* fails the build if a release bumps the package and forgets this file.
*/
export const SDK_VERSION = "3.13.0";
export const SDK_VERSION = "3.13.1";

/** Client identification sent on every gateway request. */
export const USER_AGENT = `blockrun-ts/${SDK_VERSION}`;
Loading