From 8b8c97e692dafa3d9113258b1b662c8b3576fd79 Mon Sep 17 00:00:00 2001 From: AgentSeal Date: Mon, 13 Apr 2026 17:59:47 -0700 Subject: [PATCH] bump to 0.2.0 for npm publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9fc00c..51acaf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeburn", - "version": "0.1.2", + "version": "0.2.0", "description": "See where your AI coding tokens go - by task, tool, model, and project", "type": "module", "main": "./dist/cli.js",