diff --git a/README.md b/README.md index e5ad156d..c6108e0c 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Check the [project website](http://hannesdorfmann.com/mosby/) for more informati # Dependency ```groovy dependencies { - compile 'com.hannesdorfmann.mosby:mvp:2.0.0' - compile 'com.hannesdorfmann.mosby:viewstate:2.0.0' // only if you want to use the viewstate feature + compile 'com.hannesdorfmann.mosby:mvp:2.0.1' + compile 'com.hannesdorfmann.mosby:viewstate:2.0.1' // optional viewstate feature } ```