We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4c9d1 commit 971c634Copy full SHA for 971c634
bin/nwjs_install
@@ -4,7 +4,7 @@ TEMPFILE="nwjs.tar.gz"
4
mkdir -p ../nwjs
5
cd ../nwjs
6
7
-VERSION="v0.42.3" # verified working, to be incremented explicitly
+VERSION="v0.60.0" # verified working, to be incremented explicitly
8
9
# check if nw is already existing and up-to-date, abort if so
10
if [ -f nw ]; then
0 commit comments