We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4559cb3 commit 7d8dbfcCopy full SHA for 7d8dbfc
1 file changed
src/main/kotlin/cn/yiiguxing/plugin/translate/util/Http.kt
@@ -20,7 +20,7 @@ object Http {
20
21
const val MIME_TYPE_FORM = "application/x-www-form-urlencoded"
22
23
- const val CHROMIUM_VERSION = "144.0.3719.92"
+ const val CHROMIUM_VERSION = "145.0.3800.58"
24
25
val CHROMIUM_MAJOR_VERSION: Int = CHROMIUM_VERSION.substringBefore('.').toInt()
26
0 commit comments