We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a12309 commit ac17547Copy full SHA for ac17547
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.0";
+static const std::string GRPC_WEB_VERSION = "1.4.1";
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.0",
+ "version": "1.4.1",
4
"author": "Google Inc.",
5
"description": "gRPC-Web Client Runtime Library",
6
"homepage": "https://grpc.io/",
0 commit comments