Change version

This commit is contained in:
Terry Raimondo 2019-10-10 15:24:32 +02:00
parent 1f9f9f4416
commit b207dfc733
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "locales" name = "locales"
version = "0.0.3" version = "0.1.0"
authors = ["Terry Raimondo <terry.raimondo@gmail.com>"] authors = ["Terry Raimondo <terry.raimondo@gmail.com>"]
edition = "2018" edition = "2018"
description = "Easy to use I18n" description = "Easy to use I18n"

View File

@ -69,7 +69,7 @@ Locales is available on [crates.io](https://crates.io/crates/locales), include i
```toml ```toml
[dependencies] [dependencies]
locales = "0.0.3" locales = "0.1.0"
``` ```
Then include it in your code like this: Then include it in your code like this:

View File

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