diff --git a/README.md b/README.md index 1689ca2..c49c149 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ repositories { maven { url "https://jitpack.io" } } dependencies { - compile 'com.github.cesarferreira:kotlin-pluralizer:0.1.0' + compile 'com.github.cesarferreira:kotlin-pluralizer:0.2.1' } ```