chore: bump version
This commit is contained in:
parent
5de9e7884e
commit
b6c7c88e5a
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -815,7 +815,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|||
|
||||
[[package]]
|
||||
name = "postwoman"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"chrono",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "postwoman"
|
||||
description = "API tester and debugger for your CLI "
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
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.3.1"
|
||||
user_agent = "postwoman@sample/0.4.0"
|
||||
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