Updated cache

This commit is contained in:
thomashii 2021-07-09 13:44:26 +08:00
parent 01040973b7
commit 29ec277dee
3 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,10 @@
# Change Log
## 4.0.2
* Updated README
* Added home page link
## 4.0.1
* Updated pubspec description

View file

@ -1,6 +1,6 @@
# HTTP Caching for Angel3
# Angel3 HTTP Cache
[![version](https://img.shields.io/badge/pub-v4.0.1-brightgreen)](https://pub.dev/packages/angel3_cache)
[![version](https://img.shields.io/badge/pub-v4.0.2-brightgreen)](https://pub.dev/packages/angel3_cache)
[![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,7 +1,8 @@
name: angel3_cache
version: 4.0.1
version: 4.0.2
description: A service that provides HTTP caching to the response data for Angel3
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/cache
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/cache
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies: