Skip to content

Commit ddf7265

Browse files
committed
docs(README): update latest version
1 parent d6f4abf commit ddf7265

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repositories {
4141
}
4242
4343
dependencies {
44-
compile 'com.github.holidayjp:holidayjp:0.1.0'
44+
compile 'com.github.holidayjp:holidayjp:2.0.0'
4545
}
4646
```
4747

@@ -50,21 +50,21 @@ dependencies {
5050
`LocalDate`, `LocalDateTime`, `ZonedDateTime` and `OffsetDateTime` classes are supported.
5151

5252
```groovy
53-
compile 'com.github.holidayjp:holidayjp-jdk8:0.1.0'
53+
compile 'com.github.holidayjp:holidayjp-jdk8:2.0.0'
5454
```
5555

5656
### [Joda-Time](http://www.joda.org/joda-time/)
5757
`LocalDate`, `LocalDateTime` and `DateTime` classes are supported.
5858

5959
```groovy
60-
compile 'com.github.holidayjp:holidayjp-joda:0.1.0'
60+
compile 'com.github.holidayjp:holidayjp-joda:2.0.0'
6161
```
6262

6363
### [ThreeTenABP](https://github.com/JakeWharton/ThreeTenABP)
6464
ThreeTenABP is polyfill of Java 8 Date and Time API for Android. `LocalDate`, `LocalDateTime`, `ZonedDateTime` and `OffsetDateTime` classes are supported.
6565

6666
```groovy
67-
implementation 'com.github.holidayjp:holidayjp-threetenabp:0.1.0'
67+
implementation 'com.github.holidayjp:holidayjp-threetenabp:2.0.0'
6868
```
6969

7070
## Example

0 commit comments

Comments
 (0)