From 1573a6cd25a7f60495e9b668a0b889c69f9c620a Mon Sep 17 00:00:00 2001 From: Air Date: Mon, 13 Apr 2020 18:29:15 +0800 Subject: [PATCH] update: config document --- CHANGELOG.md | 4 ++++ pubspec.yaml | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f461eca..b70ffae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.1] - Document + +* config document + ## [0.1.0] - Stable * stable version diff --git a/pubspec.yaml b/pubspec.yaml index 02c5601..6b79e66 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: ai_progress description: A new multiple style progress include of circular、linear and step style progress indicator. -version: 0.1.0 -homepage: https://github.com/pdliuw/ai_progress +version: 0.1.1 +homepage: https://pdliuw.github.io/ +repository: https://github.com/pdliuw/ai_progress environment: sdk: ">=2.7.0 <3.0.0"