Bump version to 2.0.2 (#1508)

* Bump version to 2.0.2

* Revert "Bump version to 2.0.2"

This reverts commit 023c9f3c28.

* Reapply "Bump version to 2.0.2"

This reverts commit d0ea7051db.
This commit is contained in:
Vuhag123 2025-09-17 11:01:35 +00:00 committed by GitHub
parent d951430e96
commit 9e6bf0f521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,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 = "2.0.1"; static const std::string GRPC_WEB_VERSION = "2.0.2";
string GetProtocVersion(GeneratorContext* context) { string GetProtocVersion(GeneratorContext* context) {
Version compiler_version; Version compiler_version;

View File

@ -1,6 +1,6 @@
{ {
"name": "grpc-web", "name": "grpc-web",
"version": "2.0.1", "version": "2.0.2",
"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/",