mirror of https://github.com/grpc/grpc-web.git
parent
023c9f3c28
commit
d0ea7051db
|
@ -81,7 +81,7 @@ const char* kKeyword[] = {
|
|||
};
|
||||
|
||||
// Edit the version here prior to release
|
||||
static const std::string GRPC_WEB_VERSION = "2.0.2";
|
||||
static const std::string GRPC_WEB_VERSION = "2.0.1";
|
||||
|
||||
string GetProtocVersion(GeneratorContext* context) {
|
||||
Version compiler_version;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc-web",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.1",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC-Web Client Runtime Library",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
|
Loading…
Reference in New Issue