Updated orm

This commit is contained in:
thomashii 2021-05-17 13:55:09 +08:00
parent b4b8031faf
commit 4be81470f9
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# 4.0.0
# 4.0.0-beta.1
* Migrated to support Dart SDK 2.12.x NNBD
# 3.0.0

View file

@ -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)

View file

@ -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: