Updated version to 1.11.4.

This commit is contained in:
NathanSweet 2016-11-09 01:21:43 +01:00
parent 65f738caab
commit ee6bb50ddb
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.esotericsoftware</groupId>
<artifactId>reflectasm</artifactId>
<version>1.11.4-SNAPSHOT</version>
<version>1.11.5-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ReflectASM</name>
<description>High performance Java reflection using code generation</description>

View File

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