Skip to content

Commit 553f485

Browse files
authored
chore: prepare for v0.2.1-alpha release (#123)
1 parent e162af7 commit 553f485

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -7,7 +7,7 @@ authors = ["OpenZeppelin"]
77
edition = "2024"
88
license = "AGPL-3.0-only"
99
repository = "https://github.com/OpenZeppelin/Event-Scanner"
10-
version = "0.2.0-alpha"
10+
version = "0.2.1-alpha"
1111

1212
[workspace.lints.clippy]
1313
pedantic = "warn"

README.md

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

5353
```toml
5454
[dependencies]
55-
event-scanner = "0.2.0-alpha"
55+
event-scanner = "0.2.1-alpha"
5656
```
5757

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

0 commit comments

Comments
 (0)