diff --git a/CHANGELOG.md b/CHANGELOG.md index eefdc899..fc20afb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.10.1+2 + +- Minor fix to `publish` GitHub Action (#801) + ## 1.10.1+1 - Fix generation of link to release notes on GitHub Releases (#799) diff --git a/pubspec.yaml b/pubspec.yaml index df01df8c..105f683c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_downloader description: Powerful plugin making it easy to download files. -version: 1.10.1+1 +version: 1.10.1+2 repository: https://github.com/fluttercommunity/flutter_downloader issue_tracker: https://github.com/fluttercommunity/flutter_downloader/issues maintainer: Bartek Pacia (@bartekpacia)