Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
intoxicated committed Oct 4, 2021
1 parent a278f70 commit 7539831
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.1.5] - Sep 30, 2021
* Fixed link in README
* Improved stabilities

## [3.1.4] - Sep 24, 2021
* Fixed HMS push token registration
* Improved stability
Expand Down
1 change: 0 additions & 1 deletion lib/request/user/list/user_list_query.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import 'package:sendbird_sdk/core/models/responses.dart';
import 'package:sendbird_sdk/request/abstract/api_request.dart';
import 'package:sendbird_sdk/services/network/http_client.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/sdk/internal/sendbird_sdk_internal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import 'package:sendbird_sdk/utils/async/async_queue.dart';
import 'package:sendbird_sdk/utils/logger.dart';
import 'package:sendbird_sdk/utils/parsers.dart';

const sdk_version = '3.1.4';
const sdk_version = '3.1.5';
const platform = 'flutter';

/// Internal implementation for main class. Do not directly access this class.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: sendbird_sdk
description: The Flutter SDK for Sendbird Chat brings modern messenger chat features to your iOS and Android deployments
version: 3.1.4
version: 3.1.5
homepage: https://www.sendbird.com
repository: https://www.github.com/sendbird/sendbird-sdk-flutter
documentation: https://sendbird.com/docs/chat/v3/flutter/getting-started/about-chat-sdk
documentation: https://sendbird.com/docs/chat/v3/flutter/quickstart/send-first-message

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 7539831

Please sign in to comment.