Version bump: 1.0.0

This commit is contained in:
Felipe M 2021-02-13 13:04:50 +01:00
parent cbe1583a60
commit 0385f95474
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
Mangadex API client in Golang.
Stable version under **stable** branch. Latest development under **latest** branch.
## Usage
``` go

View File

@ -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"},
},
}