From 82114bad315429716e08a075ed2b6b671bdd8464 Mon Sep 17 00:00:00 2001 From: Nestor Qin Date: Mon, 2 Dec 2024 19:19:48 -0500 Subject: [PATCH] package: publish as v0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ca58dc..550c180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mlc-ai/web-agent-interface", - "version": "0.0.2", + "version": "0.0.3", "description": "A tool library for LLM agent in browsers to interact with the web.", "main": "lib/index.js", "type": "module",