aboutsummaryrefslogtreecommitdiff
path: root/examples/01-hello-world
diff options
context:
space:
mode:
Diffstat (limited to 'examples/01-hello-world')
-rw-r--r--examples/01-hello-world/gleam.toml2
-rw-r--r--examples/01-hello-world/manifest.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/01-hello-world/gleam.toml b/examples/01-hello-world/gleam.toml
index 4368c0c..a9666db 100644
--- a/examples/01-hello-world/gleam.toml
+++ b/examples/01-hello-world/gleam.toml
@@ -5,7 +5,7 @@ target = "javascript"
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
lustre = { path = "../../" }
-lustre_ui = "~> 0.3"
+lustre_ui = "~> 0.4"
[dev-dependencies]
gleeunit = "~> 1.0"
diff --git a/examples/01-hello-world/manifest.toml b/examples/01-hello-world/manifest.toml
index 6238158..9352c3c 100644
--- a/examples/01-hello-world/manifest.toml
+++ b/examples/01-hello-world/manifest.toml
@@ -29,4 +29,4 @@ packages = [
gleam_stdlib = { version = "~> 0.34 or ~> 1.0" }
gleeunit = { version = "~> 1.0" }
lustre = { path = "../../" }
-lustre_ui = { version = "~> 0.3" }
+lustre_ui = { version = "~> 0.4" }