From bd7f98285d9e705bdcfb296a309437ee0a65db37 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 7 Jun 2024 02:19:37 -0500 Subject: [PATCH] 0.2.0 --- legacy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/package.json b/legacy/package.json index 2753020c..d294ba1a 100644 --- a/legacy/package.json +++ b/legacy/package.json @@ -1,7 +1,7 @@ { "name": "@agentic/stdlib", "private": true, - "version": "0.1.0", + "version": "0.2.0", "description": "AI function stdlib that works with any LLM and TypeScript AI SDK.", "author": "Travis Fischer ", "license": "MIT",