Updated version

This commit is contained in:
Robinson 2022-03-20 00:42:54 +01:00
parent 350abed904
commit 88bbca7d47
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ object Extras {
// set for the project // set for the project
const val description = "Utilities for use within Java projects" const val description = "Utilities for use within Java projects"
const val group = "com.dorkbox" const val group = "com.dorkbox"
const val version = "1.20" const val version = "1.21"
// set as project.ext // set as project.ext
const val name = "Utilities" const val name = "Utilities"

View File

@ -29,7 +29,7 @@ import dorkbox.os.OS;
* <p> * <p>
* Direct-mapping, See: https://github.com/java-native-access/jna/blob/master/www/DirectMapping.md * Direct-mapping, See: https://github.com/java-native-access/jna/blob/master/www/DirectMapping.md
*/ */
@SuppressWarnings({"Duplicates", "SameParameterValue", "DeprecatedIsStillUsed", "WeakerAccess"}) @SuppressWarnings({"Duplicates", "SameParameterValue", "WeakerAccess"})
public public
class GtkLoader { class GtkLoader {
/** /**
@ -37,7 +37,7 @@ class GtkLoader {
*/ */
public static public static
String getVersion() { String getVersion() {
return "1.20"; return "1.21";
} }
// objdump -T /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 | grep gtk // objdump -T /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 | grep gtk

View File

@ -42,7 +42,7 @@ class Desktop {
*/ */
public static public static
String getVersion() { String getVersion() {
return "1.20"; return "1.21";
} }
static { static {