Skip to content

Commit

Permalink
Bump version: 0.0.3 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Jun 1, 2024
1 parent 9b44f19 commit c6706c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.3
current_version = 0.0.4

[bumpversion:file:Cargo.toml]
search = version = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "emitter-rs"
version = "0.0.3"
version = "0.0.4"
authors = ["Mahmoud Harmouch <[email protected]>"]
description = "📢 Emitter RS is a lightweight EventEmitter implementation for Rust and Wasm."
documentation = "https://docs.rs/emitter-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c6706c6

Please sign in to comment.