Updated orm
This commit is contained in:
parent
b4b8031faf
commit
4be81470f9
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# 4.0.0
|
||||
# 4.0.0-beta.1
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 3.0.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# angel3_orm
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_orm)
|
||||
[![version](https://img.shields.io/badge/pub-v4.0.0-beta.1-brightgreen)](https://pub.dartlang.org/packages/angel3_orm)
|
||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel3_orm
|
||||
version: 4.0.0
|
||||
version: 4.0.0-beta.1
|
||||
description: Runtime support for Angel's ORM. Includes base classes for queries.
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/orm/angel_orm
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue