From 91f7bfb916c207d115893eab0f5b3c40c21ddc97 Mon Sep 17 00:00:00 2001 From: Larz Conwell Date: Wed, 13 Mar 2024 19:50:30 -0400 Subject: [PATCH] Version 0.0.2 --- gleam.toml | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gleam.toml b/gleam.toml index 0a475b1..d4f6f1f 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "flash" -version = "0.0.1" +version = "0.0.2" description = "Gleam package enabling structured logging in both Erlang and JavaScript environments" licenses = ["BSD-2-Clause-Patent"] repository = { type = "github", user = "larzconwell", repo = "flash" } diff --git a/manifest.toml b/manifest.toml index 5a65fee..0a26f3f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -12,6 +12,6 @@ packages = [ [requirements] birl = { version = "~> 1.5" } -gleam_json = { version = "~> 1.0"} +gleam_json = { version = "~> 1.0" } gleam_stdlib = { version = "~> 0.36" } gleeunit = { version = "~> 1.0" }