electrobun 1.13.1-beta.0 → 1.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Default CEF version shipped with this Electrobun release.
|
|
2
2
|
// All platforms use the same version. Update this single pair when bumping CEF.
|
|
3
|
-
export const CEF_VERSION = `
|
|
4
|
-
export const CHROMIUM_VERSION = `
|
|
3
|
+
export const CEF_VERSION = `145.0.23+g3e7fe1c`;
|
|
4
|
+
export const CHROMIUM_VERSION = `145.0.7632.68`;
|
|
5
5
|
export const DEFAULT_CEF_VERSION_STRING = `${CEF_VERSION}+chromium-${CHROMIUM_VERSION}`;
|