Revert "Bump version to 2.0.2"

This reverts commit 023c9f3c28.
This commit is contained in:
Vuhag123 2025-09-15 10:52:52 +00:00
parent 023c9f3c28
commit d0ea7051db
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
static const std::string GRPC_WEB_VERSION = "2.0.2";
static const std::string GRPC_WEB_VERSION = "2.0.1";
string GetProtocVersion(GeneratorContext* context) {
Version compiler_version;

View File

@ -1,6 +1,6 @@
{
"name": "grpc-web",
"version": "2.0.2",
"version": "2.0.1",
"author": "Google Inc.",
"description": "gRPC-Web Client Runtime Library",
"homepage": "https://grpc.io/",