Skip to content

Commit

Permalink
chore: bump to 0.90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Jul 31, 2024
1 parent faa5c69 commit 15ce593
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=89
NW_VER=90

UP_DIR="up"

CHROMIUM_URI="https://github.com/chromium/chromium"
CHROMIUM_VER="126.0.6478.57"
CHROMIUM_VER="127.0.6533.73"

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

V8_URI="https://github.com/v8/v8"
V8_VER="12.6.228.16"
V8_VER="12.7.224.16"

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.88.0
- Chromium: 126.0.6478.57
- Node: 22.0.0
- V8: 12.6.228.16
- NW: 0.90.0
- Chromium: 127.0.6533.73
- Node: 22.2.0
- V8: 12.7.224.16

0 comments on commit 15ce593

Please sign in to comment.