From 1fddf3792e29ad68ee2dac71ae4b0741521864ae Mon Sep 17 00:00:00 2001 From: 1bcMax Date: Wed, 12 Aug 2026 10:09:09 -0500 Subject: [PATCH] =?UTF-8?q?release:=203.13.1=20=E2=80=94=20docs-only=20pat?= =?UTF-8?q?ch;=20free-tier=20docs=20refreshed=20after=20deepseek-v4-flash?= =?UTF-8?q?=20NVIDIA=20EOL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d94cc52..aaeb998 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/version.ts b/src/version.ts index ca4a371..b9578d6 100644 --- a/src/version.ts +++ b/src/version.ts @@ -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}`;