Skip to content

Commit

Permalink
Tagging 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Jan 18, 2021
1 parent fe89f8b commit 2db997f
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 @@ -16,15 +16,15 @@ Javadoc can be found [here](https://mini2dx.github.io/gettext/javadoc/1.5.0/inde

__Gradle__
```gradle
compile "org.mini2Dx:gettext-lib:1.7.1"
compile "org.mini2Dx:gettext-lib:1.8.0"
```

__Maven__
```xml
<dependency>
<groupId>org.mini2Dx</groupId>
<artifactId>gettext-lib</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>
</dependency>
```

Expand Down

0 comments on commit 2db997f

Please sign in to comment.