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 569dab9 commit 833c4a2Copy full SHA for 833c4a2
javascript/net/grpc/web/generator/grpc_generator.cc
@@ -81,7 +81,7 @@ const char* kKeyword[] = {
81
};
82
83
// Edit the version here prior to release
84
-static const std::string GRPC_WEB_VERSION = "2.0.0";
+static const std::string GRPC_WEB_VERSION = "2.0.1";
85
86
string GetProtocVersion(GeneratorContext* context) {
87
Version compiler_version;
packages/grpc-web/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "grpc-web",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"author": "Google Inc.",
5
"description": "gRPC-Web Client Runtime Library",
6
"homepage": "https://grpc.io/",
0 commit comments