Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.17.2"
version = "8.18.0"

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

// 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.17.2"
const val JXBROWSER_VERSION = "8.18.0"
val javaVersion = JavaVersion.VERSION_1_8
}

Expand Down