Skip to content

Commit 55c309f

Browse files
Release 1.4.0
1 parent 71af67e commit 55c309f

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
@@ -21,7 +21,7 @@ repositories {
2121
```
2222
- Add the dependency
2323
```
24-
implementation('com.github.DaikonWeb:daikon-gson:1.3.6')
24+
implementation('com.github.DaikonWeb:daikon-gson:1.4.0')
2525
```
2626

2727
### Maven
@@ -39,7 +39,7 @@ implementation('com.github.DaikonWeb:daikon-gson:1.3.6')
3939
<dependency>
4040
<groupId>com.github.DaikonWeb</groupId>
4141
<artifactId>daikon-gson</artifactId>
42-
<version>1.3.6</version>
42+
<version>1.4.0</version>
4343
</dependency>
4444
```
4545

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
dependencies {
1212
implementation platform('org.jetbrains.kotlin:kotlin-bom')
1313
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
14-
implementation 'com.github.DaikonWeb:daikon:1.3.6'
14+
implementation 'com.github.DaikonWeb:daikon:1.4.0'
1515

1616
compile 'com.google.code.gson:gson:2.8.6'
1717

0 commit comments

Comments
 (0)