We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6577c66 commit 0ec55aaCopy full SHA for 0ec55aa
javascript/net/grpc/web/generator/grpc_generator.cc
@@ -80,7 +80,7 @@ const char* kKeyword[] = {
80
};
81
82
// Edit the version here prior to release
83
-static const std::string GRPC_WEB_VERSION = "1.4.1";
+static const std::string GRPC_WEB_VERSION = "1.4.2";
84
85
string GetProtocVersion(GeneratorContext* context) {
86
Version compiler_version;
packages/grpc-web/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "grpc-web",
3
- "version": "1.4.1",
+ "version": "1.4.2",
4
"author": "Google Inc.",
5
"description": "gRPC-Web Client Runtime Library",
6
"homepage": "https://grpc.io/",
0 commit comments