aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-09 22:34:07 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-09 22:34:07 +0000
commit56cc2931b1549770174c1ee39b0423f77d129f13 (patch)
tree9cdc2c6e344dcdcc51bf24c0b8d06eaa05ad78e1
parent5b14321deb25e84ed51cc7028b57446e065b9e5c (diff)
downloadgleam_json-0.3.0.tar.gz
gleam_json-0.3.0.zip
v0.3.0v0.3.0
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--gleam.toml2
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
diff --git a/gleam.toml b/gleam.toml
index 609237b..4645792 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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"