From ec019698bf63b9981434636b628eee242c65ac5e Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 31 Dec 2020 10:52:05 +0100 Subject: [PATCH] fix: Missing package --- CHANGELOG.md | 4 ++-- pubspec.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 687440ba..5ed54dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 1.0.0 +## 0.1.0 -- Initial version, created by Stagehand +- Initial version \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 603bd7ca..2ef3820c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,6 +9,7 @@ environment: dependencies: http: ^0.12.2 logger: ^0.9.4 + mime: ^0.9.7 dev_dependencies: pedantic: ^1.9.0