Version bump: 1.0.1

This commit is contained in:
Felipe M 2021-02-21 22:19:33 +01:00
parent 5c6918e3ce
commit cfc44ae669
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 1 deletions

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/1.0.0"},
"User-Agent": {"go-mangadex/1.0.1"},
},
}