diff --git a/redraw_dom/gleam.toml b/redraw_dom/gleam.toml index 862b3fb..4857b0e 100644 --- a/redraw_dom/gleam.toml +++ b/redraw_dom/gleam.toml @@ -1,6 +1,6 @@ name = "redraw_dom" target = "javascript" -version = "1.0.0" +version = "1.1.0" # Fill out these fields if you intend to generate HTML documentation or publish # your project to the Hex package manager. @@ -8,7 +8,7 @@ version = "1.0.0" description = "Redraw DOM renderer. Take a look at Redraw to use it." licences = ["MIT"] links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}] -repository = {type = "github", user = "ghivert", repo = "redraw/redraw_dom"} +repository = {type = "github", user = "ghivert", repo = "redraw"} # For a full reference of all the available options, you can have a look at # https://gleam.run/writing-gleam/gleam-toml/.