diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-09 22:34:07 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-09 22:34:07 +0000 |
commit | 56cc2931b1549770174c1ee39b0423f77d129f13 (patch) | |
tree | 9cdc2c6e344dcdcc51bf24c0b8d06eaa05ad78e1 | |
parent | 5b14321deb25e84ed51cc7028b57446e065b9e5c (diff) | |
download | gleam_json-0.3.0.tar.gz gleam_json-0.3.0.zip |
v0.3.0v0.3.0
-rw-r--r-- | .github/workflows/test.yml | 2 | ||||
-rw-r--r-- | gleam.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc8fbba..7ffcda6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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" |