Bump the version of protobuf instead of protoc_plugin (#292)

diff --git a/protobuf/CHANGELOG.md b/protobuf/CHANGELOG.md
index 15dc8f4..89ca8f1 100644
--- a/protobuf/CHANGELOG.md
+++ b/protobuf/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 14.0.3
+
+* Fix: Allow decoding tagnumbers of up to 29 bits. Would fail before with more than 28 bits.
+
 ## 0.14.2
 
 *  Expose `mapEntryBuilderInfo` in `MapFieldInfo`.
diff --git a/protobuf/pubspec.yaml b/protobuf/pubspec.yaml
index 4f0d3a5..b8d2d6f 100644
--- a/protobuf/pubspec.yaml
+++ b/protobuf/pubspec.yaml
@@ -1,5 +1,5 @@
 name: protobuf
-version: 0.14.2
+version: 0.14.3
 author: Dart Team <misc@dartlang.org>
 description: >
   Runtime library for protocol buffers support.
diff --git a/protoc_plugin/CHANGELOG.md b/protoc_plugin/CHANGELOG.md
index b541891..a2d59e6 100644
--- a/protoc_plugin/CHANGELOG.md
+++ b/protoc_plugin/CHANGELOG.md
@@ -1,7 +1,3 @@
-## 18.0.3
-
-* Fix: Allow decoding tagnumbers of up to 29 bits. Would fail before with more than 28 bits.
-
 ## 18.0.2
 
 * Fix mangling of extension names, message type names, and enum names that are Dart keywords.
diff --git a/protoc_plugin/pubspec.yaml b/protoc_plugin/pubspec.yaml
index 7af2160..1138584 100644
--- a/protoc_plugin/pubspec.yaml
+++ b/protoc_plugin/pubspec.yaml
@@ -1,5 +1,5 @@
 name: protoc_plugin
-version: 18.0.3
+version: 18.0.2
 author: Dart Team <misc@dartlang.org>
 description: Protoc compiler plugin to generate Dart code
 homepage: https://github.com/dart-lang/protobuf