diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-31 16:23:40 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-31 16:23:40 +0100 |
commit | 54227dfde95571b76e3ee6998631bcd58d223cc2 (patch) | |
tree | 918b950a5d5260037cd8afc140b6b4c409557064 /gleam.toml | |
parent | 8c29c13cb710d3306e02c6b64e1090df2b98e554 (diff) | |
download | lustre-54227dfde95571b76e3ee6998631bcd58d223cc2.tar.gz lustre-54227dfde95571b76e3ee6998631bcd58d223cc2.zip |
:bookmark: Bump to v4.1.0v4.1.0
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ name = "lustre" -version = "4.0.0" -gleam = ">= 0.34.0" +version = "4.1.0" +gleam = ">= 1.0.0" description = "An Elm-inspired framework for building HTML templates, single page applications, and server-rendered components in Gleam!" repository = { type = "github", user = "lustre-labs", repo = "lustre" } |