chore: bump version
This commit is contained in:
parent
1798ce3f4e
commit
8544d0d720
2 changed files with 2 additions and 2 deletions
|
@ -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 <me@alemi.dev>" ]
|
||||
license = "GPL-3.0-only"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue