From afaf30adf0a75c396500f6c7dce480c566788771 Mon Sep 17 00:00:00 2001 From: Elsen Novraditya Date: Sat, 23 Jun 2018 12:40:18 +0700 Subject: [PATCH] Update README.md Update version to the latest version to avoid misleading --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b27f0f9..123cb14 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can use either Maven: com.github.moove-it fakeit - v0.5 + v0.7 ``` or Gradle: @@ -29,7 +29,7 @@ allprojects { //In your module's build.gradle dependencies { - compile 'com.github.moove-it:fakeit:v0.5' + compile 'com.github.moove-it:fakeit:v0.7' } ```