Skip to content

Commit

Permalink
[ci] Release 0.4.1 #683 (#684)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* Update Cargo.toml
  • Loading branch information
michaelvlach authored Aug 18, 2023
1 parent 578c35b commit 74f5704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions agdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agdb"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
Expand All @@ -14,4 +14,4 @@ categories = ["database", "database-implementations"]
[lib]

[dependencies]
agdb_derive = { version = "0.4.0", path = "../agdb_derive" }
agdb_derive = { version = "0.4.1", path = "../agdb_derive" }
2 changes: 1 addition & 1 deletion agdb_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agdb_derive"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/agnesoft/agdb"
Expand Down

0 comments on commit 74f5704

Please sign in to comment.