Bump in doc

This commit is contained in:
Terry Raimondo 2019-10-09 17:35:48 +02:00
parent 17527c4780
commit 7b881a1ade
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ Internationalization is available on [crates.io](https://crates.io/crates/intern
```toml ```toml
[dependencies] [dependencies]
internationalization = "0.0.2" internationalization = "0.0.3"
``` ```
Then include it in your code like this: Then include it in your code like this:

View File

@ -80,7 +80,7 @@
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! internationalization = "0.0.2" //! internationalization = "0.0.3"
//! ``` //! ```
//! Then include it in your code like this: //! Then include it in your code like this: