diff --git a/Cargo.lock b/Cargo.lock index 4bf4361..b07c174 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ dependencies = [ [[package]] name = "fmodel-rust" -version = "0.2.1" +version = "0.3.0" dependencies = [ "async-trait", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index c563818..67a2657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fmodel-rust" -version = "0.2.1" +version = "0.3.0" edition = "2021" description = "Accelerate development of compositional, safe, and ergonomic applications/information systems by effectively implementing Event Sourcing and CQRS patterns in Rust." license = "Apache-2.0"