Update README for 1.11.7

This commit is contained in:
Martin Grotzke 2018-06-15 18:06:00 +02:00
parent b8b618b6a1
commit fdd38cafd1

View File

@ -27,7 +27,7 @@ To use reflectasm with maven, please use the following snippet in your pom.xml
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>reflectasm</artifactId>
<version>1.11.6</version>
<version>1.11.7</version>
</dependency>
```