From 71332387c050ffce0f6c7e77c7dbc54d1e0580f4 Mon Sep 17 00:00:00 2001 From: "JitPack.io" Date: Fri, 9 Oct 2015 09:16:34 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77e7397e..af754416 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Example Gradle project producing a single jar. Uses the `maven` plugin to publish the jar to the local repository. -[https://jitpack.io/#jitpack/gradle-simple/1.0](https://jitpack.io/#jitpack/gradle-simple/1.0) +[https://jitpack.io/#jitpack/gradle-simple](https://jitpack.io/#jitpack/gradle-simple) To install the library add: @@ -14,7 +14,7 @@ To install the library add: maven { url "https://jitpack.io" } } dependencies { - compile 'com.github.jitpack:gradle-simple:1.0.3' + compile 'com.github.jitpack:gradle-simple:1.0.5' } ```