Skip to content

Commit 896f9bc

Browse files
authored
bump version to 1.9.0 (#746)
* bump version to 1.9.0 * bump actions versions * update leancode_lint to v2
1 parent 8d1b8a2 commit 896f9bc

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/prepare.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: flutter --version
3737

3838
- name: Cache pub dependencies
39-
uses: actions/cache@v2
39+
uses: actions/cache@v3
4040
with:
4141
path: ${{ env.FLUTTER_HOME }}/.pub-cache
4242
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Setup Dart
1616
uses: dart-lang/setup-dart@v1

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.9.0
2+
3+
- Migrate the Android part to Kotlin from Java (#719)
4+
- iOS: fix wrong progress and status after pausing download (#743)
5+
- Add missing comma in the README (#744)
6+
17
## 1.8.4
28

39
- Fix `FlutterDownloader.open()` always returning false (#726)

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_downloader
22
description: Powerful plugin making it easy to download files.
3-
version: 1.8.4
3+
version: 1.9.0
44
repository: https://github.com/fluttercommunity/flutter_downloader
55
issue_tracker: https://github.com/fluttercommunity/flutter_downloader/issues
66
maintainer: Bartek Pacia (@bartekpacia)
@@ -25,4 +25,4 @@ dependencies:
2525
dev_dependencies:
2626
flutter_test:
2727
sdk: flutter
28-
leancode_lint: ^1.2.1
28+
leancode_lint: ^2.0.0+1

0 commit comments

Comments
 (0)