diff --git a/Cargo.toml b/Cargo.toml index c1820c1..a39822d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "postwoman" description = "API tester and debugger for your CLI " -version = "0.4.0" +version = "0.4.1" repository = "https://moonlit.technology/alemi/postwoman" authors = [ "alemi " ] license = "GPL-3.0-only" diff --git a/postwoman.toml b/postwoman.toml index 5c80113..e0f4ece 100644 --- a/postwoman.toml +++ b/postwoman.toml @@ -1,5 +1,5 @@ [client] # HTTP client configuration -user_agent = "postwoman@sample/0.4.0" +user_agent = "postwoman@sample/0.4.1" timeout = 60 # max time for each request to complete, in seconds redirects = 5 # allow up to five redirects, defaults to none base = "https://api.alemi.dev" # all route urls will be appended to this base