From e78f68487d904c46a9d111e98fc4c3a0f38d89d7 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Thu, 19 Oct 2023 07:55:23 +0800 Subject: [PATCH] Updated broken image --- packages/framework/CHANGELOG.md | 4 ++++ packages/framework/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index 5ba10c5c..a8f7616a 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.1.1 + +* Updated broken image on README.md + ## 8.1.0 * Updated `uuid` to 4.0.0 diff --git a/packages/framework/pubspec.yaml b/packages/framework/pubspec.yaml index 74c5b1a3..3870e4cc 100644 --- a/packages/framework/pubspec.yaml +++ b/packages/framework/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_framework -version: 8.1.0 +version: 8.1.1 description: A high-powered HTTP server extensible framework with dependency injection, routing and much more. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/framework