From 6fc79f6a945c415e1639c1b87252805a349f9581 Mon Sep 17 00:00:00 2001 From: Cesar Ferreira Date: Mon, 30 Jan 2017 10:47:08 +0000 Subject: [PATCH] bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c94366..603be44 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.7' + compile 'com.github.cesarferreira:kotlin-pluralizer:0.2.8' } ```