Patch release. Fixes the version display in the Settings UI which was stuck at v1.0.6 after 1.1.0 shipped.
Fixed
- Version display — the 1.1.0 release bumped
version.jsonat the repo root, but the UI actually readsfrontend/public/version.json(vite copiesfrontend/public/into the nginx image's web root). That second file was missed. Now bumped to 1.1.1. The unused repo-root copy has been deleted to prevent future confusion —frontend/public/version.jsonis now the single source of truth for the UI-displayed version.
Docker images
ghcr.io/mikeknight85/pricestalker-backend:1.1.1
ghcr.io/mikeknight85/pricestalker-frontend:1.1.1