diff options
author | Derek Bailey <derekbailey@google.com> | 2022-12-06 22:54:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 22:54:49 -0800 |
commit | acf39ff056df8c9e5bfa32cf6f7b5e6b87a90544 (patch) | |
tree | 8eeb1a521e499ce91243817b10c88c360078933e /dart | |
parent | 0e79e56427964bb20130eb393a8ce321d94bad76 (diff) | |
download | flatbuffers-acf39ff056df8c9e5bfa32cf6f7b5e6b87a90544.tar.gz flatbuffers-acf39ff056df8c9e5bfa32cf6f7b5e6b87a90544.tar.bz2 flatbuffers-acf39ff056df8c9e5bfa32cf6f7b5e6b87a90544.zip |
FlatBuffers Version 22.12.06 (#7702)
Diffstat (limited to 'dart')
-rw-r--r-- | dart/pubspec.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index 4dfa4092..56bb3142 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -1,5 +1,5 @@ name: flat_buffers -version: 22.11.23 +version: 22.12.06 description: FlatBuffers reading and writing library for Dart. Based on original work by Konstantin Scheglov and Paul Berry of the Dart SDK team. homepage: https://github.com/google/flatbuffers documentation: https://google.github.io/flatbuffers/index.html |