From e94f125fbab6a4d21af06dab715ac10d64dd14a5 Mon Sep 17 00:00:00 2001 From: Garret Yoder Date: Tue, 4 Oct 2016 23:36:33 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c64a6..65f57b4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ allprojects { Add Colorful as a dependency to your `build.gradle` ``` dependencies { - compile 'com.github.garretyoder:Colorful:0.3' + compile 'com.github.garretyoder:Colorful:0.4' } ```