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

Merge branch 'master' of github.com:cesarferreira/kotlin-pluralizer

# Conflicts:
#	README.md
This commit is contained in:
Cesar Ferreira 2016-09-10 12:48:02 +01:00
commit 9043139d30
5 changed files with 27 additions and 16 deletions

View file

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