version 1.1

master Version_1.1
Robinson 2023-08-18 15:41:13 +02:00
parent 029eb481ba
commit ea68c639a5
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ object Extras {
// set for the project
const val description = "Native JNA extensions for Linux, MacOS, and Windows, Java 1.8+"
const val group = "com.dorkbox"
const val version = "1.0"
const val version = "1.1"
// set as project.ext
const val name = "JNA"

View File

@ -37,7 +37,7 @@ class JNA {
*/
public static
String getVersion() {
return "1.0";
return "1.1";
}
static {