Skip to content

Commit 83811ba

Browse files
committed
Updated version.
1 parent c18ceae commit 83811ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.badlogicgames.packr</groupId>
1111
<artifactId>packr</artifactId>
1212
<packaging>jar</packaging>
13-
<version>2.0-SNAPSHOT</version>
13+
<version>2.1-SNAPSHOT</version>
1414

1515
<name>packr</name>
1616
<description>Packages OpenJDK, your JAR and assets for Windows, Linux and Mac OS X</description>

src/main/native/packr/src/packr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <functional>
1919
#include <jni.h>
2020

21-
#define PACKR_VERSION_STRING "2.0"
21+
#define PACKR_VERSION_STRING "2.1"
2222

2323
#if !defined(JNI_VERSION_1_8)
2424
# define JNI_VERSION_1_8 0x00010008

0 commit comments

Comments
 (0)