Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 9, 2022
1 parent 5b14321 commit 56cc293
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 @@ -15,6 +15,6 @@ jobs:
with:
otp-version: "24.2"
elixir-version: "1.13.1"
gleam-version: "0.18.2"
gleam-version: "0.19.0-rc3"
- run: gleam test
- run: gleam format --check src test
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "gleam_json"
version = "0.2.0"
version = "0.3.0"
licences = ["Apache-2.0"]
description = "Work with JSON in Gleam"

Expand Down

0 comments on commit 56cc293

Please sign in to comment.