diff --git a/package-lock.json b/package-lock.json index 0620779..44b1be1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@univerlab/quorum", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@univerlab/quorum", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "trystero": "^0.21.0" diff --git a/package.json b/package.json index 71d5034..4b7b920 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@univerlab/quorum", - "version": "0.1.2", + "version": "0.1.3", "description": "Browser-native planning poker — P2P, no accounts, no server", "license": "MIT", "type": "module", diff --git a/public/_redirects b/public/_redirects index bbb3e7a..9f357c0 100644 --- a/public/_redirects +++ b/public/_redirects @@ -1 +1,2 @@ +/fonts/* /fonts/:splat 200 /* /index.html 200 diff --git a/src/pages/about.js b/src/pages/about.js index 72d3f4d..22e8ae6 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -1,6 +1,6 @@ import { BANNER } from '../banner.js'; -const VERSION = '0.1.2'; +const VERSION = '0.1.3'; const FEATURES = [ { title: 'Planning poker', desc: 'Fibonacci deck (0, 1, 2, 3, 5, 8, 13, 21, ☕). Cards auto-reveal when everyone has voted — no surprises.' },