Skip to content
Merged
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ plugins {
jxbrowser {
// The JxBrowser version (required).
// Obtain the latest release version number at https://teamdev.com/jxbrowser/.
version = "8.5.1"
version = "8.5.2"

// If you're using Gradle 8.1.1 or older, use the following syntax:
// version.set("8.5.1")
// version.set("8.5.2")

// The location of JxBrowser repository to use (optional).
// It's either North America or Europe.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1"
const val JXBROWSER_VERSION = "8.5.2"
val javaVersion = JavaVersion.VERSION_1_8
}

Expand Down