chore: update html files

This commit is contained in:
retoor 2026-01-16 05:06:46 +01:00
parent af62d24868
commit d713a4697c
3 changed files with 10 additions and 2 deletions

View File

@ -24,6 +24,14 @@
## Version 1.25.0 - 2026-01-16
update html files
**Changes:** 1 files, 2 lines
**Languages:** HTML (2 lines)
## Version 1.24.0 - 2026-01-03

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "Snek"
version = "1.24.0"
version = "1.25.0"
readme = "README.md"
#license = { file = "LICENSE", content-type="text/markdown" }
description = "Snek Chat Application by Molodetz"

View File

@ -567,7 +567,7 @@ const count = Array.from(messages).filter(el => el.textContent.trim() === text).
const starField = new StarField({starCount: 50});
const starField = new StarField({starCount: 150});
app.starField = starField;
class DemoSequence {