From 5e5c73e11fe468e9cdfa5433b9d4593afa4310eb Mon Sep 17 00:00:00 2001 From: =Zachary Merritt <=zsmerritt@gmail.com> Date: Fri, 17 Sep 2021 00:50:17 -0700 Subject: [PATCH] Updated description --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d90188b..4691722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.2.0+1] - 2021/09/17 + +* Updated package description + ## [0.2.0] - 2021/09/16 * Removed unneeded flutter dependency to allow native and js compatibility diff --git a/pubspec.yaml b/pubspec.yaml index c424694..9cd864d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: aws_request -description: Easily create, sign, and send API requests to AWS. -version: 0.2.0 +description: Easily create, sign, and send API requests to AWS services without the hassle of implimenting Signature Version 4. +version: 0.2.0+1 homepage: https://github.com/Zsmerritt/Flutter_AWS_Request environment: