updated version, deleted directories

This commit is contained in:
Robinson 2022-05-11 13:42:25 +02:00
parent 3c8af31b2a
commit 3647605ac8
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -37,7 +37,7 @@ class GtkLoader {
*/
public static
String getVersion() {
return "1.22";
return "1.23";
}
// 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
String getVersion() {
return "1.22";
return "1.23";
}
static {