From eba7543822a61b1adda6a219bb5e64da05a3723c Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sat, 20 Jul 2024 08:53:57 +0100 Subject: [PATCH] :bookmark: Bump to v1.4.0 --- gleam.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gleam.toml b/gleam.toml index ced3cf6..d91e3c5 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "lustre_dev_tools" -version = "1.3.4" +version = "1.4.0" target = "erlang" gleam = ">= 1.1.0" @@ -8,7 +8,7 @@ repository = { type = "github", user = "lustre-labs", repo = "dev-tools" } licences = ["MIT"] links = [ - { title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" }, + { title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" }, ] internal_modules = ["lustre_dev_tools", "lustre_dev_tools/*"]