From 1dee9478025b3d52fa78c24884205936ddb791fc Mon Sep 17 00:00:00 2001 From: aryan Date: Mon, 30 Dec 2024 05:13:55 +0530 Subject: [PATCH] fix: pkg version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95e436d..beda4a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solana-agent-kit", - "version": "1.3.0", + "version": "1.3.1", "description": "connect any ai agents to solana protocols", "main": "dist/index.js", "types": "dist/index.d.ts",