From 6b65d56b198bd6f6c0d108e689a8942bf7f26602 Mon Sep 17 00:00:00 2001 From: Cesar Ferreira Date: Mon, 30 Jan 2017 11:52:35 +0000 Subject: [PATCH] bumped version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 603be44..a5a0e89 100644 --- a/README.md +++ b/README.md @@ -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' } ```