From dbf40fcb41da9805324ddddc58ee02dba785cdd7 Mon Sep 17 00:00:00 2001 From: Chris Nelson Date: Sat, 13 Jan 2024 18:02:48 -0500 Subject: [PATCH] bump --- index.html | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index da436da..427452a 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,10 @@ - +
some fallback content
+ + +
{{todo}}
+
\ No newline at end of file diff --git a/package.json b/package.json index 09135b0..e2e14ef 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "", "license": "MIT", "author": "live-template", - "version": "0.0.2", + "version": "0.1.0", "type": "module", "main": "index.js", "module": "index.js",