Skip to content

Commit

Permalink
Bump version to 1.4.1 (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano committed Sep 28, 2022
1 parent 8a12309 commit ac17547
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
Original file line number Diff line number Diff line change
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.0";
static const std::string GRPC_WEB_VERSION = "1.4.1";

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

0 comments on commit ac17547

Please sign in to comment.