Skip to content

Commit 9e6bf0f

Browse files
authored
Bump version to 2.0.2 (#1508)
* Bump version to 2.0.2 * Revert "Bump version to 2.0.2" This reverts commit 023c9f3. * Reapply "Bump version to 2.0.2" This reverts commit d0ea705.
1 parent d951430 commit 9e6bf0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/net/grpc/web/generator/grpc_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const char* kKeyword[] = {
8181
};
8282

8383
// Edit the version here prior to release
84-
static const std::string GRPC_WEB_VERSION = "2.0.1";
84+
static const std::string GRPC_WEB_VERSION = "2.0.2";
8585

8686
string GetProtocVersion(GeneratorContext* context) {
8787
Version compiler_version;

packages/grpc-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-web",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"author": "Google Inc.",
55
"description": "gRPC-Web Client Runtime Library",
66
"homepage": "https://grpc.io/",

0 commit comments

Comments
 (0)