Update README for 1.11.0

This commit is contained in:
Martin Grotzke 2015-03-26 01:06:49 +01:00
parent 950213eceb
commit 67fcf61889

View File

@ -24,7 +24,7 @@ To use reflectasm with maven, please use the following snippet in your pom.xml
<dependency> <dependency>
<groupId>com.esotericsoftware</groupId> <groupId>com.esotericsoftware</groupId>
<artifactId>reflectasm</artifactId> <artifactId>reflectasm</artifactId>
<version>1.10.1</version> <version>1.11.0</version>
</dependency> </dependency>
``` ```
@ -34,7 +34,7 @@ If you already have asm in a different version (than the one pulled in by reflec
<dependency> <dependency>
<groupId>com.esotericsoftware</groupId> <groupId>com.esotericsoftware</groupId>
<artifactId>reflectasm</artifactId> <artifactId>reflectasm</artifactId>
<version>1.10.1</version> <version>1.11.0</version>
<classifier>shaded</classifier> <classifier>shaded</classifier>
<exclusions> <exclusions>
<exclusion> <exclusion>