summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobealive <tobmoj@web.de>2022-10-20 22:17:57 +0200
committertobealive <tobmoj@web.de>2022-10-20 22:17:57 +0200
commit5ccd34ce00b548a1c1afa6bc1a62c74bc9a6acce (patch)
tree5f3c1c69e241e52de266607bb1f2a21adb6bc270
parent59752426a149a1c44c2463f8732be3f892eea328 (diff)
🔖 v0.4.0v0.4.0
-rw-r--r--Cargo.lock2
-rwxr-xr-xCargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c620c52..707356f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1445,7 +1445,7 @@ dependencies = [
[[package]]
name = "wthrr"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index c6c5f56..a56ab0d 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wthrr"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Turiiya <tobmoj@web.de>"]
edition = "2021"
license = "MIT"