Skip to content

Commit

Permalink
chore: bump to 0.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Aug 26, 2024
1 parent 6a25fbb commit bea9af1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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=90
NW_VER=91

UP_DIR="up"

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

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

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

if [[ ! -d "patches" ]]; then
mkdir patches
Expand Down
6 changes: 3 additions & 3 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.90.0
- Chromium: 127.0.6533.73
- NW: 0.91.0
- Chromium: 128.0.6613.36
- Node: 22.2.0
- V8: 12.7.224.16
- V8: 12.8.374.11

0 comments on commit bea9af1

Please sign in to comment.