Updated version

This commit is contained in:
Robinson 2021-04-10 10:06:31 +02:00
parent 8d07f65cea
commit 612cceab1f
3 changed files with 4 additions and 4 deletions

View File

@ -371,7 +371,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId>
<version>4.0</version>
<version>4.1</version>
</dependency>
</dependencies>
```
@ -381,7 +381,7 @@ Gradle Info
```
dependencies {
...
implementation("com.dorkbox:SystemTray:4.0")
implementation("com.dorkbox:SystemTray:4.1")
}
```

View File

@ -38,7 +38,7 @@ object Extras {
// set for the project
const val description = "Cross-platform SystemTray support for Swing/AWT, GtkStatusIcon, and AppIndicator on Java 8+"
const val group = "com.dorkbox"
const val version = "4.0"
const val version = "4.1"
// set as project.ext
const val name = "SystemTray"

View File

@ -144,7 +144,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "4.0";
return "4.1";
}
static {