Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri committed Feb 10, 2024
1 parent 806e712 commit c799b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "0.32.0"
gleam-version: "0.34.1"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam deps download
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "tote"
version = "1.0.0"
version = "1.0.1"

description = "Bags (or multisets) in Gleam"
licences = ["Apache-2.0"]
Expand Down

0 comments on commit c799b08

Please sign in to comment.