Skip to content

Commit 8f4b6b3

Browse files
committed
chore: bump v0.9.0
1 parent 9df1319 commit 8f4b6b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: erlef/[email protected]
1616
with:
1717
otp-version: "25.2"
18-
gleam-version: "0.30.1"
18+
gleam-version: "0.30.5"
1919
rebar3-version: "3"
2020
- run: gleam format --check src test
2121
- run: gleam deps download

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "ids"
2-
version = "0.8.0"
2+
version = "0.9.0"
33
licences = ["Apache-2.0"]
44
description = "✨ Unique IDs for Gleam"
55
repository = { type = "github", user = "rvcas", repo = "ids" }

0 commit comments

Comments
 (0)