diff options
Diffstat (limited to 'examples/02-interactivity')
-rw-r--r-- | examples/02-interactivity/gleam.toml | 2 | ||||
-rw-r--r-- | examples/02-interactivity/manifest.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/02-interactivity/gleam.toml b/examples/02-interactivity/gleam.toml index 4368c0c..a9666db 100644 --- a/examples/02-interactivity/gleam.toml +++ b/examples/02-interactivity/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/02-interactivity/manifest.toml b/examples/02-interactivity/manifest.toml index 6238158..9352c3c 100644 --- a/examples/02-interactivity/manifest.toml +++ b/examples/02-interactivity/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" } |