From 9195e2ff065e8d653618358c0b820b23e0cee426 Mon Sep 17 00:00:00 2001 From: aryan Date: Sun, 17 Nov 2024 23:56:17 +0700 Subject: [PATCH] fix: version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cd5592..c461014 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solana-agent-kit", - "version": "1.0.0", + "version": "1.0.1", "description": "A toolkit for interacting with the Solana blockchain using LangChain", "main": "dist/index.js", "types": "dist/index.d.ts",