Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Abramov committed Nov 28, 2023
1 parent 4d6def1 commit fb98e39
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 fb98e39

Please sign in to comment.