diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index d669a078..89fb641e 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,20 +1,7 @@ -## 0.7.0-nullsafety.3 - -* Apply pedantic rules. -* Retype headers from Map to Map - -## 0.7.0-nullsafety.2 - -* Reintroduce path_provider dependency. - -## 0.7.0-nullsafety.1 - -* Relax SDK version constraints. -* Improve shuffle documentation. - -## 0.7.0-nullsafety.0 +## 0.7.0 * Null safety. +* Retype headers from Map to Map ## 0.6.15+1 diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 4a818c51..d802a9de 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback. -version: 0.7.0-nullsafety.3 +version: 0.7.0 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: @@ -8,8 +8,8 @@ environment: flutter: ">=1.12.13+hotfix.5" dependencies: - just_audio_platform_interface: ^3.0.0-nullsafety.3 - just_audio_web: ^0.3.0-nullsafety.2 + just_audio_platform_interface: ^3.0.0 + just_audio_web: ^0.3.0 audio_session: ^0.1.0 rxdart: ^0.26.0 path: ^1.8.0