From 249cd70d23ed98969774e0f6e9f6a95cd7ee4598 Mon Sep 17 00:00:00 2001 From: aryan Date: Mon, 6 Jan 2025 20:41:14 +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 4f9a3259..0f396d2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solana-agent-kit", - "version": "1.3.8", + "version": "1.3.7", "description": "connect any ai agents to solana protocols", "main": "dist/index.js", "types": "dist/index.d.ts",