Skip to content

Commit c6706c6

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent 9b44f19 commit c6706c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.3
2+
current_version = 0.0.4
33

44
[bumpversion:file:Cargo.toml]
55
search = version = "{current_version}"

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "emitter-rs"
4-
version = "0.0.3"
4+
version = "0.0.4"
55
authors = ["Mahmoud Harmouch <[email protected]>"]
66
description = "📢 Emitter RS is a lightweight EventEmitter implementation for Rust and Wasm."
77
documentation = "https://docs.rs/emitter-rs"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To start using `emitter-rs`, add it to your `Cargo.toml`:
1111

1212
```toml
1313
[dependencies]
14-
emitter-rs = "0.0.3"
14+
emitter-rs = "0.0.4"
1515
```
1616

1717
Then, you can use it in your code:

0 commit comments

Comments
 (0)