Skip to content

Commit ac17547

Browse files
authored
Bump version to 1.4.1 (#1287)
1 parent 8a12309 commit ac17547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/net/grpc/web/generator/grpc_generator.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const char* kKeyword[] = {
8080
};
8181

8282
// Edit the version here prior to release
83-
static const std::string GRPC_WEB_VERSION = "1.4.0";
83+
static const std::string GRPC_WEB_VERSION = "1.4.1";
8484

8585
string GetProtocVersion(GeneratorContext* context) {
8686
Version compiler_version;

packages/grpc-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-web",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"author": "Google Inc.",
55
"description": "gRPC-Web Client Runtime Library",
66
"homepage": "https://grpc.io/",

0 commit comments

Comments
 (0)