Skip to content

Commit

Permalink
ops: Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Olian04 committed Jun 19, 2024
1 parent 3fc324f commit d5e4749
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
7 changes: 3 additions & 4 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name = "handles"
version = "1.0.1"
version = "2.0.0"

description = "Handles is a templating language written in pure Gleam. Heavily inspired by Mustache and Handlebars.js"
licences = ["MIT"]
repository = { type = "github", user = "olian04", repo = "gleam_handles" }


[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_stdlib = ">= 0.38.0 and < 1.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleeunit = ">= 1.1.2 and < 2.0.0"
15 changes: 4 additions & 11 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@
# You typically do not need to edit this file

packages = [
{ name = "gleam_stdlib", version = "0.38.0", build_tools = [
"gleam",
], requirements = [
], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "663CF11861179AF415A625307447775C09404E752FF99A24E2057C835319F1BE" },
{ name = "gleeunit", version = "1.1.2", build_tools = [
"gleam",
], requirements = [
"gleam_stdlib",
], otp_app = "gleeunit", source = "hex", outer_checksum = "72CDC3D3F719478F26C4E2C5FED3E657AC81EC14A47D2D2DEBB8693CA3220C3B" },
{ name = "gleam_stdlib", version = "0.38.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "663CF11861179AF415A625307447775C09404E752FF99A24E2057C835319F1BE" },
{ name = "gleeunit", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "72CDC3D3F719478F26C4E2C5FED3E657AC81EC14A47D2D2DEBB8693CA3220C3B" },
]

[requirements]
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
gleam_stdlib = { version = ">= 0.38.0 and < 1.0.0" }
gleeunit = { version = ">= 1.1.2 and < 2.0.0"}

0 comments on commit d5e4749

Please sign in to comment.