From d23d05ce294e4d11e3d119884d17e95df01f5a79 Mon Sep 17 00:00:00 2001 From: Philipp Jahoda Date: Mon, 5 Aug 2019 11:46:40 +0200 Subject: [PATCH] Update version --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e3ee0c..99b1b38 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ allprojects { } dependencies { - implementation 'com.github.PhilJay:RRule:1.0.0' + implementation 'com.github.PhilJay:RRule:1.0.1' } ``` @@ -32,7 +32,7 @@ Or add the following to your **pom.xml**: com.github.PhilJay RRule - 1.0.0 + 1.0.1 ``` diff --git a/build.gradle b/build.gradle index 665f54e..45f6253 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.philjay.rrule' -version '1.0.0' +version '1.0.1' sourceCompatibility = 1.8