Bump version to 1.4.2 (#1298)

This commit is contained in:
Eryu Xia 2022-10-28 14:17:52 -07:00 committed by GitHub
parent 6577c66b53
commit 0ec55aaad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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/",