From 253469363769637e02ef3e6cbf413ddbad1055df Mon Sep 17 00:00:00 2001 From: Hadi Satrio Date: Wed, 21 Dec 2016 15:58:07 +0700 Subject: [PATCH 1/2] Update README for 1.0.1 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c5fd24..53b422e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Include `Optional` to your Gradle project by adding it as a dependency in your ` } dependencies { - compile 'com.hadisatrio:Optional:1.0.0' + compile 'com.hadisatrio:Optional:1.0.1' } ``` From 2f54814ef672386be0bd57231edf7d8829e769e1 Mon Sep 17 00:00:00 2001 From: Hadi Satrio Date: Wed, 21 Dec 2016 16:01:08 +0700 Subject: [PATCH 2/2] Use JitPack's version naming scheme in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b422e..b54b46a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Include `Optional` to your Gradle project by adding it as a dependency in your ` } dependencies { - compile 'com.hadisatrio:Optional:1.0.1' + compile 'com.hadisatrio:Optional:v1.0.1' } ```