Skip to content

Commit d23d05c

Browse files
committed
Update version
1 parent c51277f commit d23d05c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allprojects {
1515
}
1616
1717
dependencies {
18-
implementation 'com.github.PhilJay:RRule:1.0.0'
18+
implementation 'com.github.PhilJay:RRule:1.0.1'
1919
}
2020
```
2121

@@ -32,7 +32,7 @@ Or add the following to your **pom.xml**:
3232
<dependency>
3333
<groupId>com.github.PhilJay</groupId>
3434
<artifactId>RRule</artifactId>
35-
<version>1.0.0</version>
35+
<version>1.0.1</version>
3636
</dependency>
3737
```
3838

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.philjay.rrule'
7-
version '1.0.0'
7+
version '1.0.1'
88

99
sourceCompatibility = 1.8
1010

0 commit comments

Comments
 (0)