version 1.3

master
Robinson 2023-11-20 21:05:10 +01:00
parent 03768ec1aa
commit cadb98ddba
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.2"
const val version = "1.3"
// set as project.ext
const val name = "JNA"

View File

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