Skip to content

Commit

Permalink
Release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fracassi-marco committed Jan 28, 2020
1 parent e1834cf commit 6499621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ repositories {
maven { url 'https://jitpack.io' }
}
```

- Add the dependency
```
implementation 'com.github.DaikonWeb:daikon:1.1.0'
implementation 'com.github.DaikonWeb:daikon:1.1.6'
```

### Maven
Expand All @@ -40,7 +41,7 @@ implementation 'com.github.DaikonWeb:daikon:1.1.0'
<dependency>
<groupId>com.github.DaikonWeb</groupId>
<artifactId>daikon</artifactId>
<version>1.1.0</version>
<version>1.1.6</version>
</dependency>
```

Expand All @@ -66,4 +67,4 @@ HttpServer()

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ plugins {
id("maven")
}

group = 'com.github.DaikonWeb'
version '1.1.0'

repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
Expand Down

0 comments on commit 6499621

Please sign in to comment.