diff options
author | RishabhDeep Singh <rishabhdeepsingh98@gmail.com> | 2023-05-09 20:35:25 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 08:05:25 -0700 |
commit | 13fc75cb6b7b44793f3f5b4ba025ff403d012c9f (patch) | |
tree | 7531f2053fc81b70e3f0440d24ae21df0c32f594 /dart | |
parent | e6e38a8d1765bbb405d6963f5814ac95b1c89668 (diff) | |
download | flatbuffers-13fc75cb6b7b44793f3f5b4ba025ff403d012c9f.tar.gz flatbuffers-13fc75cb6b7b44793f3f5b4ba025ff403d012c9f.tar.bz2 flatbuffers-13fc75cb6b7b44793f3f5b4ba025ff403d012c9f.zip |
FlatBuffers Version 23.5.8 (#7943)
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 8ca66328..799ef323 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -1,5 +1,5 @@ name: flat_buffers -version: 23.3.3 +version: 23.5.8 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 |