diff --git a/index.html b/index.html index a71d92d..1a8f579 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,25 @@ - - - + + + - - - - amerc | 2D pixel mercenary tavern + + + + + + + + + + + + + + amerc — hire agents like mercenaries
diff --git a/package.json b/package.json index 4866b82..32702c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amerc-site", - "version": "0.33.0-cohesive", + "version": "0.34.0-share", "private": true, "type": "module", "scripts": { diff --git a/src/Scene2D.jsx b/src/Scene2D.jsx index 387d838..05a9946 100644 --- a/src/Scene2D.jsx +++ b/src/Scene2D.jsx @@ -6,7 +6,7 @@ import Mansion from './Mansion.jsx'; import TavernGame from './TavernGame.jsx'; import { api } from './api.js'; -const RELEASE = '0.33.0-cohesive'; +const RELEASE = '0.34.0-share'; const NAV = [ { id: 'home', label: 'Tavern' },