diff --git a/README.md b/README.md index 7cf6c00..5ad7ae0 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Maven Info com.dorkbox Notify - 4.2 + 4.3 ``` @@ -95,7 +95,7 @@ Gradle Info ``` dependencies { ... - compile "com.dorkbox:Notify:4.2" + compile "com.dorkbox:Notify:4.3" } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 9d50f02..af91b23 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,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.2" + const val version = "4.3" // set as project.ext const val name = "Notify" diff --git a/src/dorkbox/notify/Notify.kt b/src/dorkbox/notify/Notify.kt index 345864d..8fc1781 100644 --- a/src/dorkbox/notify/Notify.kt +++ b/src/dorkbox/notify/Notify.kt @@ -104,7 +104,7 @@ class Notify private constructor() { /** * Gets the version number. */ - const val version = "4.2" + const val version = "4.3" init { // Add this project to the updates system, which verifies this class + UUID + version information