Skip to content

Commit 06355d4

Browse files
committed
v1.7.0
1 parent 2ad7bf6 commit 06355d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gleam.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
name = "gleam_http"
2+
version = "1.7.0"

src/gleam_http.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, gleam_http,
22
[{description, "Types and functions for HTTP clients and servers!"},
3-
{vsn, "1.6.0"},
3+
{vsn, "1.7.0"},
44
{registered, []},
55
{applications,
66
[kernel,

0 commit comments

Comments
 (0)