Update version in README and documentation

This commit is contained in:
messense 2016-08-25 20:38:05 +08:00
parent 6bebf15aca
commit 7e3a47b7f2
No known key found for this signature in database
GPG key ID: BB41A8A2C716CCA9
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ Add it to your ``Cargo.toml``:
```toml ```toml
[dependencies] [dependencies]
robotparser = "0.4" robotparser = "0.6"
``` ```
Add ``extern crate robotparser`` to your crate root and your're good to go! Add ``extern crate robotparser`` to your crate root and your're good to go!

View file

@ -9,7 +9,7 @@
//! //!
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! robotparser = "0.4" //! robotparser = "0.6"
//! ``` //! ```
//! //!
//! Add ``extern crate robotparser`` to your crate root and your're good to go! //! Add ``extern crate robotparser`` to your crate root and your're good to go!