aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-04-16 18:32:18 +0100
committerGitHub <noreply@github.com>2024-04-16 18:32:18 +0100
commit0d30e9c35329e2ad4a6277a2b5f4d5115fb4d274 (patch)
tree55d9ec6729398eaceb472dd820ed478818a76855 /gleam.toml
parent7f17ed5825d73b19c0483ccf03e75702a989e7b9 (diff)
downloadlustre-0d30e9c35329e2ad4a6277a2b5f4d5115fb4d274.tar.gz
lustre-0d30e9c35329e2ad4a6277a2b5f4d5115fb4d274.zip
🐛 Fixed a bug with `Map` nodes not turning into document strings correctly. (#107)
* :bug: Fixed a bug where stringifying a 'Map' element produced incorrect document strings. * :bookmark: Bump to v4.1.7
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 025191d..fff8be5 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "lustre"
-version = "4.1.6"
+version = "4.1.7"
gleam = ">= 1.0.0"
description = "An Elm-inspired framework for building HTML templates, single page applications, and server-rendered components in Gleam!"