Skip to content

Commit

Permalink
chore: bump to 0.92.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Oct 5, 2024
1 parent 93cee82 commit 8328228
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

NW_DIR="nw"
NW_URI=https://github.com/nwjs
NW_VER=91
NW_VER=92

UP_DIR="up"

CHROMIUM_URI="https://github.com/chromium/chromium"
CHROMIUM_VER="128.0.6613.36"
CHROMIUM_VER="129.0.6668.59"

NODE_URI="https://github.com/nodejs/node"
NODE_VER="22.2.0"
NODE_VER="22.7.0"

V8_URI="https://github.com/v8/v8"
V8_VER="12.8.374.11"
V8_VER="12.9.202.18"

if [[ ! -d "patches" ]]; then
mkdir patches
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Understand how NW.js changes upstream behaviour.

Versions:

- NW: 0.91.0
- Chromium: 128.0.6613.36
- Node: 22.2.0
- V8: 12.8.374.11
- NW: 0.92.0
- Chromium: 129.0.6668.59
- Node: 22.7.0
- V8: 12.9.202.18

0 comments on commit 8328228

Please sign in to comment.