@ -181,7 +181,7 @@ tag app
css .link
d:flex fld:row jc:space-between ai:center
px:15px py:10px rd:5px
@first mb:10px bg:blue3/5
@first bg:blue3/5
css a
tt:capitalize td:none c:blue3 fs:20px
@ -1,6 +1,6 @@
{
"name": "fuzzyhome",
"version": "0.0.18",
"version": "0.0.19",
"scripts": {
"start": "imba run -SMH --baseurl . -w server.imba",
"build-app": "imba build -SMH --baseurl . server.imba",
@ -1,7 +1,7 @@
let p = console.log
const app_prefix = "fuzzyhome_cache"
const version = "0.0.18"
const version = "0.0.19"
const cache_name = "{app_prefix}-{version}"