diff --git a/package-lock.json b/package-lock.json index fe3d948..041fe6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@roastcodes/ttdash", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@roastcodes/ttdash", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "i18next": "^26.0.3", diff --git a/package.json b/package.json index f51c9ed..b6c7f78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@roastcodes/ttdash", - "version": "6.1.0", + "version": "6.1.1", "description": "Local-first dashboard and CLI for toktrack usage data", "main": "server.js", "repository": { diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 9526ae3..36910b5 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '6.0.11' +export const VERSION = '6.1.1' export const MODEL_COLORS: Record = { 'Opus 4.6': 'hsl(262, 60%, 55%)',