version 4.2

This commit is contained in:
Robinson 2023-08-21 01:56:57 +02:00
parent 65b132f1d8
commit 76a4a98ae1
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.1</version> <version>4.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -95,7 +95,7 @@ Gradle Info
``` ```
dependencies { dependencies {
... ...
compile "com.dorkbox:Notify:4.1" compile "com.dorkbox:Notify:4.2"
} }
``` ```

View File

@ -38,7 +38,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.1" const val version = "4.2"
// 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.1" const val version = "4.2"
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