From 7bcc5e9b9f38b5974912b54b56ce6a64e8059150 Mon Sep 17 00:00:00 2001 From: Chris D Date: Sat, 9 Sep 2023 13:48:11 -0400 Subject: [PATCH] 'dependency bump' --- CHANGELOG.md | 2 +- README.md | 2 +- lib/meta.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ef8bb..5d0e3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.2.4 +## 2.2.5 * dependency bump diff --git a/README.md b/README.md index f077705..2eb76c9 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To use this package, add the dependency to your pubspec.yaml file: ```yaml dependencies: ... - yt: ^2.2.4 + yt: ^2.2.5 ``` ## Obtaining Authorization Credentials diff --git a/lib/meta.dart b/lib/meta.dart index 7bdf4d0..2230510 100644 --- a/lib/meta.dart +++ b/lib/meta.dart @@ -3,4 +3,4 @@ import 'dart:convert' show json; final pubSpec = json.decode( - '{"name":"yt","version":"2.2.4","homepage":"https://github.com/faithoflifedev/yt","environment":{"sdk":">=3.1.0 <4.0.0"},"description":"Native Dart interface to multiple YouTube REST APIs including the Data API.","dependencies":{"args":"^2.4.2","csv":"^5.0.2","dio":"^5.3.2","fling_pickle":"^0.4.3","googleapis_auth":"^1.4.1","http":"^1.1.0","http_parser":"^4.0.2","json_annotation":"^4.8.1","loggy":"^2.0.3","retrofit":"^4.0.1","stemmer":"^2.2.0","universal_io":"^2.2.2","yaml":"^3.1.2"},"dev_dependencies":{"build_runner":"^2.4.6","grinder":"^0.9.4","isar_generator":"^3.1.0+1","json_serializable":"^6.7.1","lints":"^2.1.1","pub_semver":"^2.1.4","publish_tools":"^0.1.0+11","pubspec":"^2.3.0","retrofit_generator":"^7.0.8"},"executables":{"yt":""},"repository":"https://github.com/faithoflifedev/yt"}'); + '{"name":"yt","version":"2.2.5","homepage":"https://github.com/faithoflifedev/yt","environment":{"sdk":">=3.1.0 <4.0.0"},"description":"Native Dart interface to multiple YouTube REST APIs including the Data API.","dependencies":{"args":"^2.4.2","csv":"^5.0.2","dio":"^5.3.2","fling_pickle":"^0.4.3","googleapis_auth":"^1.4.1","http":"^1.1.0","http_parser":"^4.0.2","json_annotation":"^4.8.1","loggy":"^2.0.3","retrofit":"^4.0.1","stemmer":"^2.2.0","universal_io":"^2.2.2","yaml":"^3.1.2"},"dev_dependencies":{"build_runner":"^2.4.6","grinder":"^0.9.4","isar_generator":"^3.1.0+1","json_serializable":"^6.7.1","lints":"^2.1.1","pub_semver":"^2.1.4","publish_tools":"^0.1.0+11","pubspec":"^2.3.0","retrofit_generator":"^7.0.8"},"executables":{"yt":""},"repository":"https://github.com/faithoflifedev/yt"}'); diff --git a/pubspec.yaml b/pubspec.yaml index 5c238a7..c2f1e0c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: yt -version: 2.2.4 +version: 2.2.5 description: Native Dart interface to multiple YouTube REST APIs including the Data API. repository: https://github.com/faithoflifedev/yt homepage: https://github.com/faithoflifedev/yt