From 695cc186cb5b3ff6667ff3f3a6a357f4cc65e22a Mon Sep 17 00:00:00 2001 From: Vladislav Bauer Date: Thu, 13 Apr 2017 20:17:54 +0700 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 138d9b5..4a720dc 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ you need to configure JitPack's Maven repository to fetch artifacts (dependencie com.github.vbauer jconditions - 1.2.1 + 1.2.2 ``` @@ -96,7 +96,7 @@ repositories { } dependencies { - testCompile 'com.github.vbauer:jconditions:1.2.1' + testCompile 'com.github.vbauer:jconditions:1.2.2' } ```