From 4dcea575bceb764075d2582bed875ac514da05e9 Mon Sep 17 00:00:00 2001 From: Mattia Date: Mon, 28 Feb 2022 12:45:56 +0100 Subject: [PATCH] Update to version 1.10.10 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f1626..299791b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 1.10.10 - Fix issue #136: Add `bannerUrl` getter for `Channel`. - Fix `ChannelClient.getByUsername` for `youtube.com/c/XXXX` channels. - +- Fix issue #192: Make nullable ChannelAboutPage's properties. ## 1.10.9 - Fix issue #180: YouTube throttling videos. - Thanks to @itssidhere. diff --git a/pubspec.yaml b/pubspec.yaml index d125732..cdf2d53 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.10.9+1 +version: 1.10.10 homepage: https://github.com/Hexer10/youtube_explode_dart