diff --git a/README.md b/README.md index d93f934508..33ca8e69a2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Rust library to create interactive command line shells [Documentation](http://phsym.github.io/shrust) -*Copyright © 2018 Pierre-Henri Symoneaux* +*Copyright © 2019 Pierre-Henri Symoneaux* > THIS SOFTWARE IS DISTRIBUTED WITHOUT ANY WARRANTY
> Check LICENSE.txt file for more information.
@@ -25,7 +25,7 @@ More often, you will include the library as a dependency to your project. In ord ```toml [dependencies] -shrust = "0.0.6" +shrust = "0.0.7" ``` ## Basic usage