diff --git a/index.html b/index.html index 96aa74b..f5f5742 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + diff --git a/package.json b/package.json index 9c2be54..295de07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amerc-site", - "version": "0.83.0-agentnative", + "version": "0.84.0-quality", "private": true, "type": "module", "scripts": { diff --git a/src/Scene2D.jsx b/src/Scene2D.jsx index fcdee47..b5eac90 100644 --- a/src/Scene2D.jsx +++ b/src/Scene2D.jsx @@ -10,7 +10,7 @@ import { api } from './api.js'; const Menu = ({ size = 20 }) => (); const X = ({ size = 20 }) => (); -const RELEASE = '0.83.0-agentnative'; +const RELEASE = '0.84.0-quality'; const NAV = [ { id: 'home', label: 'Tavern' }, @@ -291,17 +291,17 @@ function Footer({ setRoute }) { {ok === null ? 'checking…' : ok ? 'All systems operational' : 'Service degraded'}{stats ? ` · ${stats.online} online · ${stats.sessions} live` : ''} -