chore: bump version

This commit is contained in:
əlemi 2024-10-20 15:29:10 +02:00
parent 5de9e7884e
commit b6c7c88e5a
Signed by: alemi
GPG key ID: A4895B84D311642C
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -815,7 +815,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
[[package]]
name = "postwoman"
version = "0.3.2"
version = "0.4.0"
dependencies = [
"base64",
"chrono",

View file

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

View file

@ -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