Skip to content

Commit ce8ce9f

Browse files
authored
bump version to 0.6.0-alpha (#202)
1 parent 5a19c9a commit ce8ce9f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = ["OpenZeppelin"]
1414
edition = "2024"
1515
license = "MIT"
1616
repository = "https://github.com/OpenZeppelin/Event-Scanner"
17-
version = "0.5.0-alpha"
17+
version = "0.6.0-alpha"
1818

1919
[workspace.lints.clippy]
2020
pedantic = "warn"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add `event-scanner` to your `Cargo.toml`:
5353

5454
```toml
5555
[dependencies]
56-
event-scanner = "0.5.0-alpha"
56+
event-scanner = "0.6.0-alpha"
5757
```
5858

5959
Create an event stream for the given event filters registered with the `EventScanner`:

0 commit comments

Comments
 (0)