Skip to content

Commit 68b1247

Browse files
authored
Merge pull request #17 from dc-shackle/patch-1
Update grpc-web version to 1.5.0
2 parents 1b11e63 + a7f7163 commit 68b1247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

post-install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const fs = require('fs-extra');
44
const download = require('download');
55
const PLUGIN = require("./");
66

7-
const VERSION = '1.4.2';
7+
const VERSION = '1.5.0';
88
const DL_PREFIX = 'https://github.com/grpc/grpc-web/releases/download/';
99
const BIN_DIR = path.resolve(__dirname, "bin");
1010
const EXT = process.platform === 'win32' ? '.exe' : '';

0 commit comments

Comments
 (0)