Update LICENSE link

This commit is contained in:
thomashii 2021-05-15 11:47:27 +08:00
parent 537a45e3d2
commit ab5b32dcc4
3 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,5 @@
# 3.0.2
* Updated LICENSE link
# 3.0.1 # 3.0.1
* Updated README * Updated README

View file

@ -1,9 +1,9 @@
# angel3_http_exception # 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) [![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) [![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. Exception class that can be serialized to JSON and serialized to clients.
Angel's HTTP exception class. Angel's HTTP exception class.

View file

@ -1,5 +1,5 @@
name: angel3_http_exception 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. description: Exception class that can be serialized to JSON and serialized to clients.
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/http_exception homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/http_exception
environment: environment: