Skip to content

Commit

Permalink
Bump version to 1.5.0 (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano committed Nov 8, 2023
1 parent db386b9 commit de3557a
Show file tree
Hide file tree
Showing 3 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.2";
static const std::string GRPC_WEB_VERSION = "1.5.0";

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.2",
"version": "1.5.0",
"author": "Google Inc.",
"description": "gRPC-Web Client Runtime Library",
"homepage": "https://grpc.io/",
Expand Down
Empty file modified scripts/release_notes.py 100644 → 100755
Empty file.

0 comments on commit de3557a

Please sign in to comment.