Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 5472105

Browse files
committed
0.8.1
1 parent 3e6f28d commit 5472105

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aquadoggo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aquadoggo"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = [
55
"adz <x1d@adz.garden>",
66
"cafca <cafca@001.land>",

aquadoggo_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aquadoggo_cli"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = [
55
"adz <x12@adz.garden>",
66
"cafca <cafca@001.land>",
@@ -38,5 +38,5 @@ tokio = { version = "1.28.2", features = ["full"] }
3838
toml = "0.7.6"
3939

4040
[dependencies.aquadoggo]
41-
version = "~0.8.0"
41+
version = "~0.8.1"
4242
path = "../aquadoggo"

0 commit comments

Comments
 (0)