diff options
author | Derek Bailey <derekbailey@google.com> | 2022-10-26 00:03:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 00:03:49 -0700 |
commit | a54ca1e7595cb0c87dc5b78be3657bbd65421288 (patch) | |
tree | 268d12c348c3d75861a1461822ccf9039156cf60 /dart | |
parent | 5b3fadcc163db79cb2dedfcf660f04d5b2641cca (diff) | |
download | flatbuffers-a54ca1e7595cb0c87dc5b78be3657bbd65421288.tar.gz flatbuffers-a54ca1e7595cb0c87dc5b78be3657bbd65421288.tar.bz2 flatbuffers-a54ca1e7595cb0c87dc5b78be3657bbd65421288.zip |
FlatBuffers Version 22.10.25 (#7604)
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 8e974505..701471ed 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -1,5 +1,5 @@ name: flat_buffers -version: 22.9.29 +version: 22.10.25 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 |