This commit is contained in:
Tobe O 2018-08-19 10:55:18 -04:00
parent 980e0408a0
commit 7658217d05
2 changed files with 6 additions and 2 deletions

2
CHANGELOG.md Normal file
View file

@ -0,0 +1,2 @@
# 1.0.0+1
* Update constraint to work with Dart 2.

View file

@ -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 <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/model
homepage: https://github.com/angel-dart/model
environment:
sdk: ">=1.8.0 <3.0.0"