diff --git a/packages/http_exception/CHANGELOG.md b/packages/http_exception/CHANGELOG.md index 23233e6c..ff687e7b 100644 --- a/packages/http_exception/CHANGELOG.md +++ b/packages/http_exception/CHANGELOG.md @@ -1,3 +1,5 @@ +# 3.0.2 +* Updated LICENSE link # 3.0.1 * Updated README diff --git a/packages/http_exception/README.md b/packages/http_exception/README.md index d2f1030f..e5a42440 100644 --- a/packages/http_exception/README.md +++ b/packages/http_exception/README.md @@ -1,9 +1,9 @@ # angel3_http_exception -[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_http_exception) +[![version](https://img.shields.io/badge/pub-v3.0.2-brightgreen)](https://pub.dartlang.org/packages/angel3_http_exception) [![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/http_exception) +[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/http_exception/LICENSE) Exception class that can be serialized to JSON and serialized to clients. Angel's HTTP exception class. diff --git a/packages/http_exception/pubspec.yaml b/packages/http_exception/pubspec.yaml index 628eae6a..f6756a67 100644 --- a/packages/http_exception/pubspec.yaml +++ b/packages/http_exception/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_http_exception -version: 3.0.1 +version: 3.0.2 description: Exception class that can be serialized to JSON and serialized to clients. homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/http_exception environment: