Skip to content

Commit 80148f4

Browse files
committed
Updated for v13.0.0-wvvmp-beta.20
1 parent ccff4ce commit 80148f4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

electron.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Electron 13.0.0-beta.18
1+
// Type definitions for Electron 13.0.0-beta.20
22
// Project: http://electronjs.org/
33
// Definitions by: The Electron Team <https://github.com/electron/electron>
44
// Definitions: https://github.com/electron/electron-typescript-definitions
@@ -1055,7 +1055,8 @@ You should seek to use the `steal` option as sparingly as possible.
10551055
*/
10561056
getJumpListSettings(): JumpListSettings;
10571057
/**
1058-
* The current application locale. Possible return values are documented here.
1058+
* The current application locale, fetched using Chromium's `l10n_util` library.
1059+
* Possible return values are documented here.
10591060
*
10601061
* To set the locale, you'll want to use a command line switch at app startup,
10611062
* which may be found here.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"node": ">= 8.6"
1717
},
1818
"name": "electron",
19-
"version": "13.0.0-wvvmp-beta.18",
19+
"version": "13.0.0-wvvmp-beta.20",
2020
"repository": "https://github.com/castlabs/electron-releases",
2121
"description": "Build cross platform desktop apps with JavaScript, HTML, CSS, and Widevine DRM protection",
2222
"license": "MIT",

0 commit comments

Comments
 (0)