diff options
author | Michael Le <michael.le647@gmail.com> | 2023-01-21 12:03:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-21 12:03:17 -0800 |
commit | 1703662285f5b2a2ee1a151b17755fd709ad2e13 (patch) | |
tree | 44beb2076c205eca660dcc2a50363c386a282394 /dart | |
parent | 991b39edbe437a8ee0ebefe815387a05004d5486 (diff) | |
download | flatbuffers-1703662285f5b2a2ee1a151b17755fd709ad2e13.tar.gz flatbuffers-1703662285f5b2a2ee1a151b17755fd709ad2e13.tar.bz2 flatbuffers-1703662285f5b2a2ee1a151b17755fd709ad2e13.zip |
Flatbuffers Version 23.1.20 (#7794)
* Flatbuffers Version 23.1.20
* Fix warnings
* Fix warnings
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 04a5e68d..147eab1b 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -1,5 +1,5 @@ name: flat_buffers -version: 23.1.4 +version: 23.1.20 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 |