From 0385f95474216aae0fb89a2d511bef1cb7e5ae89 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Sat, 13 Feb 2021 13:04:50 +0100 Subject: [PATCH] Version bump: 1.0.0 --- README.md | 2 ++ http.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d82eb..f774591 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Mangadex API client in Golang. +Stable version under **stable** branch. Latest development under **latest** branch. + ## Usage ``` go diff --git a/http.go b/http.go index d132c59..e31a9d1 100644 --- a/http.go +++ b/http.go @@ -41,7 +41,7 @@ func doRequest(method string, requestURL string) (*Response, error) { Method: method, URL: parsedURL, Header: map[string][]string{ - "User-Agent": {"go-mangadex/0.0.1"}, + "User-Agent": {"go-mangadex/1.0.0"}, }, }