Skip to content

Commit

Permalink
docs: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackleemeta committed Nov 30, 2023
1 parent e5b9ad6 commit de0b789
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.2

- update dependency

## 1.8.1

- 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.1
al_downloader: ^1.8.2
```

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.1
al_downloader: ^1.8.2
```

使用命令行运行下面这行代码
Expand Down
2 changes: 1 addition & 1 deletion 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.1
version: 1.8.2
homepage: https://github.com/jackleemeta/al_downloader_flutter
maintainer: jackleemeta ([email protected])

Expand Down

0 comments on commit de0b789

Please sign in to comment.