summaryrefslogtreecommitdiff
path: root/dart
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2019-04-24 11:34:53 -0700
committerWouter van Oortmerssen <aardappel@gmail.com>2019-04-24 11:34:53 -0700
commit9e7e8cbe9f675123dd41b7c62868acad39188cae (patch)
tree29511b23ecbecc7ce4c76db092a151edbcf78be1 /dart
parentb72a75f87dd6543b5d05a812dfddd264e953408c (diff)
downloadflatbuffers-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.yaml2
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