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