File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ plugins {
1414jxbrowser {
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.
Original file line number Diff line number Diff line change 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
2323object 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
You can’t perform that action at this time.
0 commit comments