1
0
Fork 0
mirror of https://github.com/ethauvin/kotlin-pluralizer.git synced 2025-04-25 00:37:12 -07:00

bumped version

This commit is contained in:
Cesar Ferreira 2017-01-30 11:52:35 +00:00
parent 0afabd8a4e
commit 6b65d56b19

View file

@ -43,7 +43,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.cesarferreira:kotlin-pluralizer:0.2.8'
compile 'com.github.cesarferreira:kotlin-pluralizer:0.2.9'
}
```