From f5e26dc93d53e5725cc52a449238c876093e49af Mon Sep 17 00:00:00 2001 From: Vladyslav Lubenskyi Date: Tue, 17 Mar 2026 18:43:43 +0100 Subject: [PATCH] Update JxBrowser version to 8.18.1 --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa8c97d..8a9967b 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ plugins { jxbrowser { // The JxBrowser version (required). // Obtain the latest release version number at https://teamdev.com/jxbrowser/. - version = "8.18.0" + version = "8.18.1" // If you're using Gradle 8.1.1 or older, use the following syntax: - // version.set("8.18.0") + // version.set("8.18.1") // The location of JxBrowser repository to use (optional). // It's either North America or Europe. diff --git a/build.gradle.kts b/build.gradle.kts index 2c4f7c7..ccb14a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget object BuildSettings { const val GROUP = "com.teamdev.jxbrowser" const val VERSION = "2.0.0" - const val JXBROWSER_VERSION = "8.18.0" + const val JXBROWSER_VERSION = "8.18.1" val javaVersion = JavaVersion.VERSION_1_8 }