Skip to content

Commit d6127d2

Browse files
committed
Bump version to 0.10.0
1 parent 5ad2785 commit d6127d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "robotparser"
99
readme = "README.md"
1010
repository = "https://github.com/messense/robotparser-rs"
11-
version = "0.9.0"
11+
version = "0.10.0"
1212

1313
[dependencies]
1414
url = "1.2"

README.md

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

1515
```toml
1616
[dependencies]
17-
robotparser = "0.9"
17+
robotparser = "0.10"
1818
```
1919

2020
Add ``extern crate robotparser`` to your crate root and your're good to go!

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//!
1010
//! ```toml
1111
//! [dependencies]
12-
//! robotparser = "0.9"
12+
//! robotparser = "0.10"
1313
//! ```
1414
//!
1515
//! Add ``extern crate robotparser`` to your crate root and your're good to go!

0 commit comments

Comments
 (0)