Updated version

This commit is contained in:
Robinson 2022-12-29 23:22:24 +01:00
parent 5500774295
commit 5f892cfe51
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
4 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.30.1" const val version = "1.31"
// set as project.ext // set as project.ext
const val name = "Utilities" const val name = "Utilities"

View File

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

View File

@ -56,7 +56,7 @@ object FileUtil {
/** /**
* Gets the version number. * Gets the version number.
*/ */
val version = "1.30.1" val version = "1.31"
private val log = KotlinLogging.logger(FileUtil::class.java.name) private val log = KotlinLogging.logger(FileUtil::class.java.name)