From d4e15879abeedeef2f675af887a538a04db7591a Mon Sep 17 00:00:00 2001 From: LiJianying Date: Tue, 29 Mar 2022 16:31:13 +0800 Subject: [PATCH] v0.1.4 --- CHANGELOG.md | 4 ++++ README-ZH.md | 2 +- README.md | 2 +- example/pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 891314c..05a34a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.4 + +* Downgrade flutter version to 2.0.0 #7 + ## 0.1.3 * [windows] Add missing WinSparkle dll/lib/pdb files #4 diff --git a/README-ZH.md b/README-ZH.md index ff40e36..c8d2179 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -63,7 +63,7 @@ ```yaml dependencies: - auto_updater: ^0.1.3 + auto_updater: ^0.1.4 ``` 或 diff --git a/README.md b/README.md index fb39610..799f9fb 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.3 + auto_updater: ^0.1.4 ``` Or diff --git a/example/pubspec.lock b/example/pubspec.lock index d90ddf9..bfd9fa3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "0.1.3" + version: "0.1.4" boolean_selector: dependency: transitive description: @@ -193,4 +193,4 @@ packages: version: "2.1.1" sdks: dart: ">=2.14.0 <3.0.0" - flutter: ">=2.5.0" + flutter: ">=2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 9adfdd7..c55bfa8 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.3 +version: 0.1.4 homepage: https://github.com/leanflutter/auto_updater platforms: