Skip to content

Commit

Permalink
update license and version in gleam.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevetoro committed Sep 8, 2024
1 parent b17d260 commit 82a11bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name = "glee_gd"
version = "1.0.0"
version = "1.0.1"

# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Gleam bindings for erlang/egd."
licences = ["Apache-2.0"]
licences = ["MIT"]
repository = { type = "github", user = "stevetoro", repo = "glee_gd" }
# links = [{ title = "Website", href = "" }]
#
Expand All @@ -14,7 +14,7 @@ repository = { type = "github", user = "stevetoro", repo = "glee_gd" }

[dependencies]
gleam_stdlib = ">= 0.40.0 and < 1.0.0"
simplifile = ">= 2.1.0 and < 3.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.1.0 and < 3.0.0"

0 comments on commit 82a11bb

Please sign in to comment.