From 1fba6ac916d36477ffecf7814f0a20bad38fada2 Mon Sep 17 00:00:00 2001 From: Anup Cowkur Date: Thu, 30 Jan 2014 22:35:19 +0530 Subject: [PATCH] Updated Jar URL to v1.1 in Readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b83bbf..40b5de3 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ try { ``` # Including in your project -You can directly [download the jar](https://github.com/anupcowkur/Reservoir/releases/download/v1.0/reservoir-1.0.jar) and add it to your project. You will also need to add the jars on which Reservoir depends i.e. [DiskLruCache](https://github.com/anupcowkur/Reservoir/releases/download/v1.0/disklrucache-2.0.2.jar), [Apache Commons IO](https://github.com/anupcowkur/Reservoir/releases/download/v1.0/commons-io-2.4.jar) and [GSON](https://github.com/anupcowkur/Reservoir/releases/download/v1.0/gson-2.2.4.jar). +You can directly [download the jar](https://github.com/anupcowkur/Reservoir/releases/download/v1.1/reservoir-1.1.jar) and add it to your project. You will also need to add the jars on which Reservoir depends i.e. [DiskLruCache](https://github.com/anupcowkur/Reservoir/releases/download/v1.1/disklrucache-2.0.2.jar), [Apache Commons IO](https://github.com/anupcowkur/Reservoir/releases/download/v1.1/commons-io-2.4.jar) and [GSON](https://github.com/anupcowkur/Reservoir/releases/download/v1.1/gson-2.2.4.jar). If you use Maven: