Skip to content

Commit

Permalink
chore: bump to v0.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Feb 7, 2024
1 parent 43b75a6 commit ee202d7
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=83
NW_VER=84

UP_DIR="up"

CHROMIUM_URI="https://github.com/chromium/chromium"
CHROMIUM_VER="120.0.6099.129"
CHROMIUM_VER="121.0.6167.139"

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

V8_URI="https://github.com/v8/v8"
V8_VER="12.0.267.10"
V8_VER="12.1.285.28"

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.83.0
- Chromium: 120.0.6099.129
- NW: 0.84.0
- Chromium: 121.0.6167.139
- Node: 21.1.0
- V8: 12.0.267.10
- V8: 12.1.285.28

0 comments on commit ee202d7

Please sign in to comment.