-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maximilian Riegler
committed
Sep 18, 2023
1 parent
a99c15b
commit 2c9bac3
Showing
4 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: spotify | ||
description: An incomplete dart library for interfacing with the Spotify Web API. | ||
version: 0.11.0 | ||
version: 0.12.0 | ||
homepage: https://github.com/rinukkusu/spotify-dart | ||
|
||
environment: | ||
sdk: '>=2.18.0 <3.0.0' | ||
sdk: '>=2.18.0 <4.0.0' | ||
|
||
dependencies: | ||
http: ^0.13.3 | ||
json_annotation: ^4.8.0 | ||
http: ^1.1.0 | ||
json_annotation: ^4.8.1 | ||
oauth2: ^2.0.0 | ||
pedantic: ^1.11.0 | ||
|
||
dev_dependencies: | ||
test: ^1.16.5 | ||
build_runner: ^2.0.3 | ||
json_serializable: ">=4.1.1 <7.0.0" | ||
lints: ^2.1.1 | ||
test: ^1.24.6 | ||
build_runner: ^2.4.6 | ||
json_serializable: ">=6.7.1 <7.0.0" |