Bumping to 1.06 because Maven sucks...

This commit is contained in:
Nathan Sweet 2012-06-18 12:05:40 +00:00
parent 3c602cfd36
commit 9ede9fd513
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.05</version>
<version>1.06</version>
<packaging>jar</packaging>
<name>ReflectASM</name>
<description>High performance Java reflection using code generation</description>

View File

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