diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-09-09 23:13:46 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-09-09 23:13:46 +0100 |
commit | 472a32376ac5c00f11d760928df4001df5849922 (patch) | |
tree | 6446f1800181ab1800a496ba4b5c72733a0bcecb | |
parent | e0d23b37aee16d9148abcf002308b8b78c95e8b1 (diff) | |
download | lustre-472a32376ac5c00f11d760928df4001df5849922.tar.gz lustre-472a32376ac5c00f11d760928df4001df5849922.zip |
:bookmark: Bump version to 3.0.0
-rw-r--r-- | lib/gleam.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gleam.toml b/lib/gleam.toml index 3c25dab..a008d97 100644 --- a/lib/gleam.toml +++ b/lib/gleam.toml @@ -1,10 +1,10 @@ name = "lustre" -version = "3.0.0-rc.8" +version = "3.0.0" description = "An Elm-inspired framework for building web apps in Gleam!" licences = ["MIT"] links = [{ title = "Buy me a coffee?", href = "https://github.com/sponsors/hayleigh-dot-dev" }] -repository = { type = "github", user = "hayleigh-dot-dev", repo = "gleam-lustre" } +repository = { type = "github", user = "hayleigh-dot-dev", repo = "lustre/lib" } target = "javascript" [dependencies] |