diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2018-10-03 12:48:47 -0700 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2018-10-03 12:48:47 -0700 |
commit | c0698cc33f1e534bb59c455909b88cc2726089af (patch) | |
tree | 92ad5b6b9ef6b4d2b1c6532d2d3c3489d594617a /dart | |
parent | ea8a4296e7f96eeff8b07a9baa2f40b347d7bf7d (diff) | |
download | flatbuffers-c0698cc33f1e534bb59c455909b88cc2726089af.tar.gz flatbuffers-c0698cc33f1e534bb59c455909b88cc2726089af.tar.bz2 flatbuffers-c0698cc33f1e534bb59c455909b88cc2726089af.zip |
Bumped version to 1.10.1 for all languages.v1.10.0
Change-Id: I9a6256d90ea800834a887afdcf888df412018933
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 2fda1d4d..6adf8aab 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -1,5 +1,5 @@ name: flat_buffers -version: 1.9.2 +version: 1.10.0 description: > FlatBuffers reading and writing library for Dart. Use the flatc compiler to generate Dart classes for a FlatBuffers schema, and this library to assist with |