After
Width: | Height: | Size: 11 KiB
@ -1,6 +1,7 @@
<html lang="en">
<head>
<title>fuzzyhome</title>
<title>Home</title>
<link rel="icon" type="image/png" href="./icon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style src='*'></style>
@ -1,6 +1,6 @@
{
"name": "fuzzyhome",
"version": "0.0.12",
"version": "0.0.15",
"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.12"
const version = "0.0.15"
const cache_name = "{app_prefix}-{version}"