diff --git a/README.md b/README.md index 4475d5c..f66fbe6 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Maven Info com.dorkbox Notify - 4.1 + 4.2 ``` @@ -95,7 +95,7 @@ Gradle Info ``` dependencies { ... - compile "com.dorkbox:Notify:4.1" + compile "com.dorkbox:Notify:4.2" } ``` diff --git a/build.gradle.kts b/build.gradle.kts index f659d19..c252a37 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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" diff --git a/src/dorkbox/notify/Notify.kt b/src/dorkbox/notify/Notify.kt index ecffcc8..345864d 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.1" + const val version = "4.2" init { // Add this project to the updates system, which verifies this class + UUID + version information