summarylogtreecommitdiffstats
path: root/nwjs-patch.diff
blob: b76a0dea7252a2300fc7909b23b7cbe8892197b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/gulpfile.js b/gulpfile.js
index 989cb2f4..3124e8be 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -3,7 +3,7 @@
 /********
  * setup *
  ********/
-const nwVersion = '0.33.4',
+const nwVersion = '0.39.2',
     availablePlatforms = ['linux32', 'linux64', 'win32', 'win64', 'osx64'],
     releasesDir = 'build',
     nwFlavor = 'sdk';