From 7b881a1aded8147d92cf275cb2fc9d353a1704fc Mon Sep 17 00:00:00 2001 From: Terry Raimondo Date: Wed, 9 Oct 2019 17:35:48 +0200 Subject: [PATCH] Bump in doc --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba197d3..a05df75 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Internationalization is available on [crates.io](https://crates.io/crates/intern ```toml [dependencies] -internationalization = "0.0.2" +internationalization = "0.0.3" ``` Then include it in your code like this: diff --git a/src/lib.rs b/src/lib.rs index fc09b3b..53dc8af 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -80,7 +80,7 @@ //! ```toml //! [dependencies] -//! internationalization = "0.0.2" +//! internationalization = "0.0.3" //! ``` //! Then include it in your code like this: