From 659e119c6456620c15fa7fc76806fc99cd727a53 Mon Sep 17 00:00:00 2001 From: Hadi Satrio Date: Mon, 11 Sep 2017 13:01:00 +0700 Subject: [PATCH] Update version numbers in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e88f2d5..58335bb 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ Include `Alfred` to your Gradle project by adding it as a dependency in your `bu } dependencies { - compile 'com.hadisatrio.Alfred:annotations:v1.0.0-RC.2' - apt 'com.hadisatrio.Alfred:compiler:v1.0.0-RC.2' + compile 'com.hadisatrio.Alfred:annotations:v1.0.0-RC.3' + apt 'com.hadisatrio.Alfred:compiler:v1.0.0-RC.3' } ```