Skip to content

Commit

Permalink
docs: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jackleemeta committed Oct 23, 2023
1 parent d5faec8 commit 034f215
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.8.1

- update dependency

## 1.8.0

- update dependency
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you need Chinese Document, click [here](README_CN.md).
add the following line to your pubspec.yaml
```
dependencies:
al_downloader: ^1.8.0
al_downloader: ^1.8.1
```

run the following line with your command line
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
添加下面这行代码到pubspec.yaml中
```
dependencies:
al_downloader: ^1.8.0
al_downloader: ^1.8.1
```

使用命令行运行下面这行代码
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: al_downloader
description: >-
A URL-based flutter downloader that supports to download any type of file and automatically manages a lot of things.
version: 1.8.0
version: 1.8.1
homepage: https://github.com/jackleemeta/al_downloader_flutter
maintainer: jackleemeta ([email protected])

Expand All @@ -18,7 +18,7 @@ dependencies:
path: ^1.8.0
path_provider: ^2.0.9
queue: ^3.1.0+2
uuid: ^3.0.7
uuid: ^4.1.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 034f215

Please sign in to comment.