version 4.4

This commit is contained in:
Robinson 2023-11-23 11:36:31 +01:00
parent 8d688946ca
commit 87a9e6ade4
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 4 additions and 4 deletions

View File

@ -85,7 +85,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Notify</artifactId> <artifactId>Notify</artifactId>
<version>4.3</version> <version>4.4</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -95,7 +95,7 @@ Gradle Info
``` ```
dependencies { dependencies {
... ...
compile "com.dorkbox:Notify:4.3" compile "com.dorkbox:Notify:4.4"
} }
``` ```

View File

@ -35,7 +35,7 @@ object Extras {
// set for the project // set for the project
const val description = "Linux, MacOS, or Windows (notification/growl/toast/) popups for the desktop for Java 8+" const val description = "Linux, MacOS, or Windows (notification/growl/toast/) popups for the desktop for Java 8+"
const val group = "com.dorkbox" const val group = "com.dorkbox"
const val version = "4.3" const val version = "4.4"
// set as project.ext // set as project.ext
const val name = "Notify" const val name = "Notify"

View File

@ -104,7 +104,7 @@ class Notify private constructor() {
/** /**
* Gets the version number. * Gets the version number.
*/ */
const val version = "4.3" const val version = "4.4"
init { init {
// Add this project to the updates system, which verifies this class + UUID + version information // Add this project to the updates system, which verifies this class + UUID + version information