Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nt4f04uNd committed Jul 20, 2021
1 parent 4398e0d commit cfc77a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

- fix error in library level comment

## 2.0.0

- null safety
Expand Down
2 changes: 1 addition & 1 deletion lib/genius_api_unofficial.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
///
/// // Get info about song "https://genius.com/Yxngxr1-riley-reid-lyrics".
/// final res = await api.getSong(4585202);
/// print(res.data['song']['full_title']); // Outputs "Riley Reid by ​yxngxr1"
/// print(res.data!['song']['full_title']); // Outputs "Riley Reid by ​yxngxr1"
/// ```
///
/// ## Links
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: genius_api_unofficial
description: This library provides you with a nice interface to Genius API.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/nt4f04uNd/genius_api_unofficial
repository: https://github.com/nt4f04uNd/genius_api_unofficial
issue_tracker: https://github.com/nt4f04uNd/genius_api_unofficial/issues
Expand Down

0 comments on commit cfc77a7

Please sign in to comment.