Skip to content

Commit 9177722

Browse files
committed
version 1.4
1 parent 1110afa commit 9177722

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Extras {
3535
// set for the project
3636
const val description = "Native JNA extensions for Linux, MacOS, and Windows, Java 1.8+"
3737
const val group = "com.dorkbox"
38-
const val version = "1.3"
38+
const val version = "1.4"
3939

4040
// set as project.ext
4141
const val name = "JNA"

src/dorkbox/jna/JNA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class JNA {
3737
*/
3838
public static
3939
String getVersion() {
40-
return "1.3";
40+
return "1.4";
4141
}
4242

4343
static {

0 commit comments

Comments
 (0)