Skip to content

Commit

Permalink
Bump version to 1.4.2 (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano committed Oct 28, 2022
1 parent 6577c66 commit 0ec55aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript/net/grpc/web/generator/grpc_generator.cc
Expand Up @@ -80,7 +80,7 @@ const char* kKeyword[] = {
};

// Edit the version here prior to release
static const std::string GRPC_WEB_VERSION = "1.4.1";
static const std::string GRPC_WEB_VERSION = "1.4.2";

string GetProtocVersion(GeneratorContext* context) {
Version compiler_version;
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-web/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-web",
"version": "1.4.1",
"version": "1.4.2",
"author": "Google Inc.",
"description": "gRPC-Web Client Runtime Library",
"homepage": "https://grpc.io/",
Expand Down

0 comments on commit 0ec55aa

Please sign in to comment.