Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Update 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LucJosin committed Feb 10, 2022
1 parent 3f393d1 commit ba8e83e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.1] - [02.10.2022]
### Fixes
- **[Fixed]** error when reading a flac file with others files.. - Thanks [@SimoneBressan](https://github.com/SimoneBressan)

### Documentation
- Updated `README` documentation.

## [1.5.0] - [01.21.2022]
### Features
- **[Added]** `separateThread` parameter to `[readAudios]`. Now you can change the `thread` when reading the audios. - Thanks [@SimoneBressan](https://github.com/SimoneBressan)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NOTE: Feel free to help with readme translations
Add the following code to your `pubspec.yaml`:
```yaml
dependencies:
on_audio_edit: ^1.5.0
on_audio_edit: ^1.5.1
```
#### Request Permission:
Expand Down
2 changes: 1 addition & 1 deletion README.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NOTE: Fique à vontade para ajudar nas traduções
Adicione o seguinte codigo para seu `pubspec.yaml`:
```yaml
dependencies:
on_audio_edit: ^1.5.0
on_audio_edit: ^1.5.1
```
#### Solicitar Permissões:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: on_audio_edit
description: Flutter Plugin used to edit and read audios/songs infos/tags [Mp3, OggVorbis, Wav, etc...].
version: 1.5.0
version: 1.5.1
homepage: https://github.com/LucJosin/on_audio_edit
# pub.dev: https://pub.dev/packages/on_audio_query
# ========
Expand Down

0 comments on commit ba8e83e

Please sign in to comment.