Skip to content

Commit 2f87eb9

Browse files
authored
doc: update version numbers
PR #20
1 parent a07c2fc commit 2f87eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
pcre2 = "0.1"
23+
pcre2 = "0.2"
2424
```
2525

2626
and this to your crate root:

pcre2-sys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
pcre2-sys = "0.1"
23+
pcre2-sys = "0.2"
2424
```
2525

2626
and this to your crate root:

0 commit comments

Comments
 (0)