Skip to content

Commit

Permalink
Merge pull request #136 from Samyssmile/release/1.0.7
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
Samyssmile authored Nov 28, 2023
2 parents fff8906 + fb98e39 commit 855258f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Include the library as a dependency in your Java project file.
### Gradle

```
implementation 'io.github.samyssmile:edux:1.0.6'
implementation 'io.github.samyssmile:edux:1.0.7'
```

### Maven
Expand All @@ -105,7 +105,7 @@ Include the library as a dependency in your Java project file.
<dependency>
<groupId>io.github.samyssmile</groupId>
<artifactId>edux</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

Expand Down

0 comments on commit 855258f

Please sign in to comment.