Skip to content

Commit 68d8c6d

Browse files
committed
Bump version to 2.0.0
Doing a major version bump following protocolbuffers/protobuf-javascript (as https://github.com/protocolbuffers/protobuf-javascript/releases/tag/v4.0.0), for enabling protobuf Editions.
1 parent 3b78337 commit 68d8c6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = "1.5.0";
84+
static const std::string GRPC_WEB_VERSION = "2.0.0";
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": "1.5.0",
3+
"version": "2.0.0",
44
"author": "Google Inc.",
55
"description": "gRPC-Web Client Runtime Library",
66
"homepage": "https://grpc.io/",

packages/grpc-web/scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ function createSymlink(target, path) {
6464
createSymlink(path.resolve(__dirname, "../index.js"),
6565
path.resolve(__dirname, "../node_modules/grpc-web.js"));
6666
createSymlink(path.resolve(__dirname, "../index.d.ts"),
67-
path.resolve(__dirname, "../node_modules/grpc-web.d.ts"));
67+
path.resolve(__dirname, "../node_modules/grpc-web.d.ts"));

0 commit comments

Comments
 (0)