From 4933ff0803133379bf543eb1203dcadb726dbd7d Mon Sep 17 00:00:00 2001 From: LiJianying Date: Thu, 17 Feb 2022 23:06:13 +0800 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 4 ++++ README-ZH.md | 2 +- README.md | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2330cfb..0855316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1 + +* Downgrade dart sdk version to 2.12.0 + ## 0.1.0 * first release. diff --git a/README-ZH.md b/README-ZH.md index c00137b..7cf9050 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -63,7 +63,7 @@ ```yaml dependencies: - auto_updater: ^0.1.0 + auto_updater: ^0.1.1 ``` 或 diff --git a/README.md b/README.md index 96e50db..078a005 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Add this to your package's pubspec.yaml file: ```yaml dependencies: - auto_updater: ^0.1.0 + auto_updater: ^0.1.1 ``` Or diff --git a/pubspec.yaml b/pubspec.yaml index d70d29f..2e152f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: auto_updater description: This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle). -version: 0.1.0 +version: 0.1.1 homepage: https://github.com/leanflutter/auto_updater environment: