This commit is contained in:
NathanSweet 2014-01-26 14:48:09 +01:00
parent e1f72f3303
commit e48d1b2ec0
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.esotericsoftware.reflectasm</groupId>
<artifactId>reflectasm</artifactId>
<version>1.08</version>
<version>1.09</version>
<packaging>jar</packaging>
<name>ReflectASM</name>
<description>High performance Java reflection using code generation</description>

View File

@ -1,4 +1,4 @@
version: 1.08
version: 1.09
---
Build.build(project);
Build.oneJAR(project);