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"