We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18ceae commit 83811baCopy full SHA for 83811ba
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>com.badlogicgames.packr</groupId>
11
<artifactId>packr</artifactId>
12
<packaging>jar</packaging>
13
- <version>2.0-SNAPSHOT</version>
+ <version>2.1-SNAPSHOT</version>
14
15
<name>packr</name>
16
<description>Packages OpenJDK, your JAR and assets for Windows, Linux and Mac OS X</description>
src/main/native/packr/src/packr.h
@@ -18,7 +18,7 @@
18
#include <functional>
19
#include <jni.h>
20
21
-#define PACKR_VERSION_STRING "2.0"
+#define PACKR_VERSION_STRING "2.1"
22
23
#if !defined(JNI_VERSION_1_8)
24
# define JNI_VERSION_1_8 0x00010008
0 commit comments