We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51277f commit d23d05cCopy full SHA for d23d05c
README.md
@@ -15,7 +15,7 @@ allprojects {
15
}
16
17
dependencies {
18
- implementation 'com.github.PhilJay:RRule:1.0.0'
+ implementation 'com.github.PhilJay:RRule:1.0.1'
19
20
```
21
@@ -32,7 +32,7 @@ Or add the following to your **pom.xml**:
32
<dependency>
33
<groupId>com.github.PhilJay</groupId>
34
<artifactId>RRule</artifactId>
35
- <version>1.0.0</version>
+ <version>1.0.1</version>
36
</dependency>
37
38
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
5
6
group 'com.philjay.rrule'
7
-version '1.0.0'
+version '1.0.1'
8
9
sourceCompatibility = 1.8
10
0 commit comments