Skip to content

Commit

Permalink
Merge pull request #214 from takenet/develop
Browse files Browse the repository at this point in the history
Release v0.0.81
  • Loading branch information
leonardogbr authored Sep 22, 2023
2 parents 80a0650 + 5166a26 commit e2d3409
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.81

- [FFMPEG] Downgraded ffmpeg dependency version from 6.0.2 to 5.1.0

## 0.0.80

- [FFMPEG] Upgraded ffmpeg dependency version from 5.1.0 to 6.0.3
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: blip_ds
description: Blip Design System for Flutter.
version: 0.0.80
version: 0.0.81
homepage: https://github.com/takenet/blip-ds-flutter#readme
repository: https://github.com/takenet/blip-ds-flutter

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
ffmpeg_kit_flutter_full_gpl: ^6.0.3
ffmpeg_kit_flutter_full_gpl: ^5.1.0
just_audio: ^0.9.30
rxdart: ^0.27.4
flutter_spinkit: ^5.1.0
Expand Down
6 changes: 3 additions & 3 deletions sample/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.80"
version: "0.0.81"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -180,10 +180,10 @@ packages:
dependency: transitive
description:
name: ffmpeg_kit_flutter_full_gpl
sha256: "4f269bcb636bfcb544e5b4d65c706a3d311839970cb42638e72406410c1b5b7b"
sha256: "523bd84eed67e157d8988889ceb21e7e3f58539af428bfe0b277a90c5793f61c"
url: "https://pub.dev"
source: hosted
version: "6.0.3"
version: "5.1.0"
ffmpeg_kit_flutter_platform_interface:
dependency: transitive
description:
Expand Down

0 comments on commit e2d3409

Please sign in to comment.