From 45725ac19000649b56f8bef04519cc5005d88353 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Fri, 1 Jun 2018 12:01:39 -0700 Subject: [PATCH] change version to 3.1.0 (#211) Bump version to 3.1.0 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b2491..fd1c6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.0.4 +## 3.1.0 * Added `Expression.asA` for creating explicit casts: diff --git a/pubspec.yaml b/pubspec.yaml index 2b667fa..61ea758 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: code_builder -version: 3.0.4 +version: 3.1.0 description: A fluent API for generating Dart code author: Dart Team homepage: https://github.com/dart-lang/code_builder