Skip to content

Commit 05c19fd

Browse files
Update JxBrowser version to 8.9.2
1 parent 69c16e4 commit 05c19fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ plugins {
1414
jxbrowser {
1515
// The JxBrowser version (required).
1616
// Obtain the latest release version number at https://teamdev.com/jxbrowser/.
17-
version = "8.9.2"
17+
version = "8.9.3"
1818

1919
// If you're using Gradle 8.1.1 or older, use the following syntax:
20-
// version.set("8.9.2")
20+
// version.set("8.9.3")
2121

2222
// The location of JxBrowser repository to use (optional).
2323
// It's either North America or Europe.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2323
object BuildSettings {
2424
const val GROUP = "com.teamdev.jxbrowser"
2525
const val VERSION = "2.0.0"
26-
const val JXBROWSER_VERSION = "8.9.2"
26+
const val JXBROWSER_VERSION = "8.9.3"
2727
val javaVersion = JavaVersion.VERSION_1_8
2828
}
2929

0 commit comments

Comments
 (0)