Skip to content

Commit 3857aab

Browse files
Bump JxBrowser to version 8.11.0 (#104)
1 parent 3dade55 commit 3857aab

2 files changed

Lines changed: 4 additions & 4 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.10.0"
17+
version = "8.11.0"
1818

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

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

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023, TeamDev. All rights reserved.
2+
* Copyright 2025, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following
@@ -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.10.0"
26+
const val JXBROWSER_VERSION = "8.11.0"
2727
val javaVersion = JavaVersion.VERSION_1_8
2828
}
2929

0 commit comments

Comments
 (0)