diff --git a/.bumpversion.toml b/.bumpversion.toml index 8b8d7fe..4df46f5 100755 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4 [bumpversion:file:Cargo.toml] search = version = "{current_version}" diff --git a/Cargo.toml b/Cargo.toml index 381c7e4..65b244b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "emitter-rs" -version = "0.0.3" +version = "0.0.4" authors = ["Mahmoud Harmouch "] description = "📢 Emitter RS is a lightweight EventEmitter implementation for Rust and Wasm." documentation = "https://docs.rs/emitter-rs" diff --git a/README.md b/README.md index df10786..8062dec 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To start using `emitter-rs`, add it to your `Cargo.toml`: ```toml [dependencies] -emitter-rs = "0.0.3" +emitter-rs = "0.0.4" ``` Then, you can use it in your code: