Version 1.22

This commit is contained in:
Robinson 2022-04-04 12:30:21 +02:00
parent 4143b9847d
commit 3c8af31b2a
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
4 changed files with 5 additions and 6 deletions

View File

@ -17,7 +17,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Utilities</artifactId>
<version>1.9</version>
<version>1.22</version>
</dependency>
</dependencies>
````
@ -27,7 +27,7 @@ Gradle Info
````
dependencies {
...
compile "com.dorkbox:Utilities:1.9"
compile "com.dorkbox:Utilities:1.22"
}
````
@ -35,4 +35,3 @@ dependencies {
License
---------
This project is © 2015 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.

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.21"
const val version = "1.22"
// set as project.ext
const val name = "Utilities"

View File

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