From 7658217d05926735966f9bd8db74448a456c05e8 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 19 Aug 2018 10:55:18 -0400 Subject: [PATCH] Dart2 --- CHANGELOG.md | 2 ++ pubspec.yaml | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d710edf3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +# 1.0.0+1 +* Update constraint to work with Dart 2. diff --git a/pubspec.yaml b/pubspec.yaml index fad57ab2..20539a24 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,7 @@ name: angel_model -version: 1.0.0 +version: 1.0.0+1 description: Angel's basic data model class, no longer with the added weight of the whole framework. author: Tobe O -homepage: https://github.com/angel-dart/model \ No newline at end of file +homepage: https://github.com/angel-dart/model +environment: + sdk: ">=1.8.0 <3.0.0"