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"