Version 1.9.3+1

This commit is contained in:
Mattia 2021-04-30 23:53:14 +02:00
parent d405feff2f
commit 99d9368a56
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 1.9.3+1
- export `ChannelUploadsList`.
## 1.9.3
- `getUploadsFromPage` now returns an instance of `ChannelUploadsList`.

View File

@ -8,6 +8,7 @@ export 'channel_about.dart';
export 'channel_client.dart';
export 'channel_id.dart';
export 'channel_link.dart';
export 'channel_uploads_list.dart';
export 'channel_video.dart';
export 'username.dart';
export 'video_sorting.dart';

View File

@ -1,6 +1,6 @@
name: youtube_explode_dart
description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.
version: 1.9.3
version: 1.9.3+1
homepage: https://github.com/Hexer10/youtube_explode_dart