Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Aug 5, 2019
1 parent c51277f commit d23d05c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
}
dependencies {
implementation 'com.github.PhilJay:RRule:1.0.0'
implementation 'com.github.PhilJay:RRule:1.0.1'
}
```

Expand All @@ -32,7 +32,7 @@ Or add the following to your **pom.xml**:
<dependency>
<groupId>com.github.PhilJay</groupId>
<artifactId>RRule</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.philjay.rrule'
version '1.0.0'
version '1.0.1'

sourceCompatibility = 1.8

Expand Down

0 comments on commit d23d05c

Please sign in to comment.