updated build

This commit is contained in:
nathan 2016-02-11 00:55:09 +01:00
parent 163ee6d542
commit 4c83f848fb
2 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>PeParser</artifactId> <artifactId>PeParser</artifactId>
<version>2.0</version> <version>2.2</version>
</dependency> </dependency>
``` ```
@ -44,3 +44,5 @@ This project is distributed under the terms of the Apache v2.0 License. See file

View File

@ -48,7 +48,7 @@ public class PE {
*/ */
public static public static
String getVersion() { String getVersion() {
return "2.0"; return "2.2";
} }
private static final int PE_OFFSET_LOCATION = 0x3c; private static final int PE_OFFSET_LOCATION = 0x3c;
@ -258,3 +258,5 @@ public class PE {