mirror of https://github.com/grpc/grpc-web.git
Bump version to 1.5.0
This commit is contained in:
parent
db386b99e6
commit
ff2cc2d028
|
@ -80,7 +80,7 @@ const char* kKeyword[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Edit the version here prior to release
|
// 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) {
|
string GetProtocVersion(GeneratorContext* context) {
|
||||||
Version compiler_version;
|
Version compiler_version;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "grpc-web",
|
"name": "grpc-web",
|
||||||
"version": "1.4.2",
|
"version": "1.5.0",
|
||||||
"author": "Google Inc.",
|
"author": "Google Inc.",
|
||||||
"description": "gRPC-Web Client Runtime Library",
|
"description": "gRPC-Web Client Runtime Library",
|
||||||
"homepage": "https://grpc.io/",
|
"homepage": "https://grpc.io/",
|
||||||
|
|
Loading…
Reference in New Issue