Skip to content

Commit

Permalink
prep v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Mar 22, 2024
1 parent 60712aa commit 2c8d78c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "glint"
version = "0.18.0"
version = "1.0.0-rc1"

# Fill out these fields if you intend to generate HTML documentation or publishname = "glint"
# your project to the Hex package manager.
Expand All @@ -15,7 +15,7 @@ gleam = "~> 1.0"

[dependencies]
gleam_stdlib = "~> 0.36.0 or ~> 1.0"
snag = "~> 0.2"
snag = "~> 0.3"
gleam_community_ansi = "~> 1.0"
gleam_community_colour = "~> 1.0"

Expand Down
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ gleam_community_ansi = { version = "~> 1.0" }
gleam_community_colour = { version = "~> 1.0" }
gleam_stdlib = { version = "~> 0.36.0 or ~> 1.0" }
gleeunit = { version = "~> 1.0" }
snag = { version = "~> 0.2" }
snag = { version = "~> 0.3" }

0 comments on commit 2c8d78c

Please sign in to comment.