diff --git a/protoc_plugin/CHANGELOG.md b/protoc_plugin/CHANGELOG.md index 65882fb3..f05000bd 100644 --- a/protoc_plugin/CHANGELOG.md +++ b/protoc_plugin/CHANGELOG.md @@ -1,4 +1,4 @@ -## 22.3.0-wip +## 22.3.0 * Update the generated code to improve readability and to better follow common Dart patterns. diff --git a/protoc_plugin/pubspec.yaml b/protoc_plugin/pubspec.yaml index 44e0f3b4..91ec8929 100644 --- a/protoc_plugin/pubspec.yaml +++ b/protoc_plugin/pubspec.yaml @@ -1,5 +1,5 @@ name: protoc_plugin -version: 22.3.0-wip +version: 22.3.0 description: A protobuf protoc compiler plugin used to generate Dart code. repository: https://github.com/google/protobuf.dart/tree/master/protoc_plugin