-
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
Jan 29, 2020
1 parent
61cb1eb
commit dea7bcd
Showing
2 changed files
with
16 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
name: spotify | ||
description: An incomplete dart library for interfacing with the Spotify Web API. | ||
version: 0.1.6+3 | ||
version: 0.2.0 | ||
homepage: https://github.com/rinukkusu/spotify-dart | ||
authors: | ||
- rinukkusu <[email protected]> | ||
- Chance Snow <[email protected]> | ||
- Hayri Bakici | ||
- Wesley Batista | ||
- ebarnsli | ||
This comment has been minimized.
Sorry, something went wrong. |
||
- Ivan Mogilevsky <[email protected]> | ||
- Igor Katsuba <[email protected]> | ||
|
||
environment: | ||
sdk: '>=2.0.0 <3.0.0' | ||
|
🎉