We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b11e63 + a7f7163 commit 68b1247Copy full SHA for 68b1247
1 file changed
post-install.js
@@ -4,7 +4,7 @@ const fs = require('fs-extra');
4
const download = require('download');
5
const PLUGIN = require("./");
6
7
-const VERSION = '1.4.2';
+const VERSION = '1.5.0';
8
const DL_PREFIX = 'https://github.com/grpc/grpc-web/releases/download/';
9
const BIN_DIR = path.resolve(__dirname, "bin");
10
const EXT = process.platform === 'win32' ? '.exe' : '';
0 commit comments