Skip to content

Commit

Permalink
'dependency bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
faithoflifedev committed Sep 9, 2023
1 parent 5bae5f4 commit 7bcc5e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 2.2.4
## 2.2.5

* dependency bump

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/meta.dart
Expand Up @@ -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"}');
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 7bcc5e9

Please sign in to comment.