chore: bump version

This commit is contained in:
əlemi 2024-10-21 16:19:08 +02:00
parent 1798ce3f4e
commit 8544d0d720
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[package] [package]
name = "postwoman" name = "postwoman"
description = "API tester and debugger for your CLI " description = "API tester and debugger for your CLI "
version = "0.4.0" version = "0.4.1"
repository = "https://moonlit.technology/alemi/postwoman" repository = "https://moonlit.technology/alemi/postwoman"
authors = [ "alemi <me@alemi.dev>" ] authors = [ "alemi <me@alemi.dev>" ]
license = "GPL-3.0-only" license = "GPL-3.0-only"

View file

@ -1,5 +1,5 @@
[client] # HTTP client configuration [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 timeout = 60 # max time for each request to complete, in seconds
redirects = 5 # allow up to five redirects, defaults to none redirects = 5 # allow up to five redirects, defaults to none
base = "https://api.alemi.dev" # all route urls will be appended to this base base = "https://api.alemi.dev" # all route urls will be appended to this base