bump to 0.4.3: menubar actions fix, stale comment cleanup

This commit is contained in:
AgentSeal 2026-04-15 00:35:31 -07:00
parent 5c7639b2fb
commit 3858006da0
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "codeburn",
"version": "0.1.0",
"version": "0.4.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codeburn",
"version": "0.1.0",
"version": "0.4.3",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1",

View file

@ -1,6 +1,6 @@
{
"name": "codeburn",
"version": "0.4.2",
"version": "0.4.3",
"description": "See where your AI coding tokens go - by task, tool, model, and project",
"type": "module",
"main": "./dist/cli.js",