Skip to content

Commit fe34aec

Browse files
chore: bump version to 1.3.1
1 parent 6c5d77a commit fe34aec

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.3.1
2+
3+
**Fix**
4+
- Fixed `getUpNexts` return type to properly match original implementation with correct data structure (artists as ArtistBasic object, duration as int in seconds, thumbnails as array).
5+
16
## 1.3.0
27

38
**New Feature**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add the following line to your `pubspec.yaml` file under the `dependencies` sect
2828

2929
```yaml
3030
dependencies:
31-
dart_ytmusic_api: ^1.3.0
31+
dart_ytmusic_api: ^1.3.1
3232
```
3333
3434
Then, run `flutter pub get` (for Flutter projects) or `dart pub get` (for general Dart projects) to install the package.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_ytmusic_api
22
description: Unofficial YouTube Music Api for dart
3-
version: 1.3.0
3+
version: 1.3.1
44
repository: https://github.com/MusilyApp/dart_ytmusic_api
55

66
environment:

0 commit comments

Comments
 (0)