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

bump version

This commit is contained in:
Cesar Ferreira 2017-01-30 10:47:08 +00:00
parent 5af7c33746
commit 6fc79f6a94

View file

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