From 09c1ef30ece0b6f4467d2439af06beaed4952694 Mon Sep 17 00:00:00 2001 From: lostbean Date: Mon, 2 Dec 2024 13:44:26 -0300 Subject: [PATCH] set version to 1.3.0 --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index bcf96d9..b410b14 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "json_blueprint" -version = "1.2.4" +version = "1.3.0" description = "Simplify JSON encoding/decoding while automatically generating JSON schemas for your data types." licences = ["MIT"]