From 41d6045132e1bbdf1a14fbcfa8f7b81c10ae9ac0 Mon Sep 17 00:00:00 2001 From: aryan Date: Mon, 16 Dec 2024 02:33:29 +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 385d3e6..47db16c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solana-agent-kit", - "version": "1.1.0", + "version": "1.1.1", "description": "A toolkit for interacting with the Solana blockchain using LangChain", "main": "dist/index.js", "types": "dist/index.d.ts",