Skip to content

Commit

Permalink
bump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed Jun 24, 2021
1 parent b5af4d5 commit d7dae4f
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.3.1] - 24/06/2021

* Added methods: `modifyChannelinformation` and `getChannelEditors`

## [0.3.0] - 31/05/2021

* **Breaking change:** migration to null-safety
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Future<TwitchToken> _openConnectionPage({List<TwitchApiScope> scopes = const []}

Now you are ready to use the methods implemented in [Supported Features](#supported-features) section.

## Supported Endpoints (16/56)
## Supported Endpoints (17/56)

### Ads

Expand All @@ -77,7 +77,7 @@ Now you are ready to use the methods implemented in [Supported Features](#suppor

* [x] Get Channel Information
* [x] Modify Channel Information
* [ ] Get Channel Editors
* [x] Get Channel Editors

### Channel Points

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.3.0
version: 0.3.1
homepage: https://github.com/TesteurManiak/twitch_api_flutter
repository: https://github.com/TesteurManiak/twitch_api_flutter

Expand Down

0 comments on commit d7dae4f

Please sign in to comment.