Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
larzconwell committed Mar 13, 2024
1 parent 04aa790 commit 91f7bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 91f7bfb

Please sign in to comment.