Update README for release 1.11.2

This commit is contained in:
Martin Grotzke 2016-05-08 23:40:23 +02:00
parent 80b74dc6f0
commit 4989976424

View File

@ -24,7 +24,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.1</version>
<version>1.11.2</version>
</dependency>
```
@ -34,7 +34,7 @@ If you already have asm in a different version (than the one pulled in by reflec
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>reflectasm</artifactId>
<version>1.11.1</version>
<version>1.11.2</version>
<classifier>shaded</classifier>
<exclusions>
<exclusion>