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>
<groupId>com.dorkbox</groupId>
<artifactId>Notify</artifactId>
<version>4.1</version>
<version>4.2</version>
</dependency>
</dependencies>
```
@ -95,7 +95,7 @@ Gradle Info
```
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
const val description = "Linux, MacOS, or Windows (notification/growl/toast/) popups for the desktop for Java 8+"
const val group = "com.dorkbox"
const val version = "4.1"
const val version = "4.2"
// set as project.ext
const val name = "Notify"

View File

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