Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Aug 31, 2023
1 parent c9882d0 commit 1998d46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aquadoggo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquadoggo"
version = "0.4.0"
version = "0.5.0"
authors = [
"adz <x1d@adz.garden>",
"cafca <cafca@001.land>",
Expand Down
4 changes: 2 additions & 2 deletions aquadoggo_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquadoggo_cli"
version = "0.2.0"
version = "0.3.0"
authors = [
"adz <x12@adz.garden>",
"cafca <cafca@001.land>",
Expand Down Expand Up @@ -36,7 +36,7 @@ tokio = { version = "1.28.2", features = ["full"] }
toml = "0.7.6"

[dependencies.aquadoggo]
version = "~0.4.0"
version = "~0.5.0"
path = "../aquadoggo"

[dev-dependencies]
Expand Down

0 comments on commit 1998d46

Please sign in to comment.