diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2019-04-24 11:34:53 -0700 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2019-04-24 11:34:53 -0700 |
commit | 9e7e8cbe9f675123dd41b7c62868acad39188cae (patch) | |
tree | 29511b23ecbecc7ce4c76db092a151edbcf78be1 /dart | |
parent | b72a75f87dd6543b5d05a812dfddd264e953408c (diff) | |
download | flatbuffers-9e7e8cbe9f675123dd41b7c62868acad39188cae.tar.gz flatbuffers-9e7e8cbe9f675123dd41b7c62868acad39188cae.tar.bz2 flatbuffers-9e7e8cbe9f675123dd41b7c62868acad39188cae.zip |
Bumped version to 1.11.0v1.11.0
Change-Id: I0c87ad2cf8f8768cf40c5b7abea0add087a5518a
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 6adf8aab..4761ffc2 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -1,5 +1,5 @@ name: flat_buffers -version: 1.10.0 +version: 1.11.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 |