Skip to content

Commit

Permalink
bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Roux committed Mar 26, 2021
1 parent 4126dc7 commit 8b4e6f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.1] - 26/03/2021.

* Added methods `searchCategories`, `getBroadcasterSubscriptions`

## [0.1.0] - 23/03/2021.

* **Breaking Changes:** `getExtensionAnalytics`, `getGameAnalytics`, `getTopGames`, `searchChannels`, `getStreams` now returns an object of type `TwitchResponse`
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages:
name: cupertino_icons
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.0.2"
dio:
dependency: transitive
description:
Expand Down Expand Up @@ -162,7 +162,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.3"
version: "0.1.1"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: twitch_api
description: A wrapper in pure Dart to connect to Twitch.tv using OAuth implicit
authentication.
version: 0.1.0
version: 0.1.1
homepage: https://github.com/TesteurManiak/twitch_api_flutter
repository: https://github.com/TesteurManiak/twitch_api_flutter

Expand Down

0 comments on commit 8b4e6f7

Please sign in to comment.