diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index 094ecad8..ee344c32 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.0.1 +* Updated README + # 4.0.0 * Migrated to support Dart SDK 2.12.x NNBD diff --git a/packages/framework/README.md b/packages/framework/README.md index 4d6fcc0f..e383c3f1 100644 --- a/packages/framework/README.md +++ b/packages/framework/README.md @@ -1,6 +1,7 @@ # angel3_framework -[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_framework) +[![version](https://img.shields.io/badge/pub-v4.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_framework) [![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) [![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/framework/LICENSE) diff --git a/packages/framework/pubspec.yaml b/packages/framework/pubspec.yaml index edf10d09..3feeb1e4 100644 --- a/packages/framework/pubspec.yaml +++ b/packages/framework/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_framework -version: 4.0.0 +version: 4.0.1 description: A high-powered HTTP server with dependency injection, routing and much more. homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/framework environment: