Skip to content

Commit

Permalink
prep for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Mar 6, 2024
1 parent 6250641 commit b2c4eb1
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,13 +1,13 @@
name = "gladvent"
version = "0.6.2"
version = "0.7.0"
repository = { type = "github", user = "TanklesXL", repo = "gladvent" }
description = "An Advent Of Code runner for gleam"
licences = ["Apache-2.0"]
internal_modules = ["gladvent/internal/*"]
gleam = "~> 1.0"

[dependencies]
glint = "~> 0.17"
glint = "~> 0.17.1"
simplifile = "~> 0.3"
argv = "~> 1.0"
shellout = "~> 1.6"
Expand Down
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gleam_otp = { version = "~> 0.4" }
gleam_package_interface = { version = "~> 1.0" }
gleam_stdlib = { version = "~> 0.36 or ~> 1.0" }
gleeunit = { version = "~> 1.0" }
glint = { version = "~> 0.17" }
glint = { version = "~> 0.17.1" }
shellout = { version = "~> 1.6" }
simplifile = { version = "~> 0.3" }
snag = { version = "~> 0.2" }
Expand Down

0 comments on commit b2c4eb1

Please sign in to comment.