llc version bump
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## 0.2.24+1
|
||||||
|
|
||||||
|
- Stop ws reconnection after calling disconnect
|
||||||
|
|
||||||
## 0.2.24
|
## 0.2.24
|
||||||
|
|
||||||
- Create enum for push providers
|
- Create enum for push providers
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ import 'package:stream_chat/src/client.dart';
|
|||||||
|
|
||||||
/// Current package version
|
/// Current package version
|
||||||
/// Used in [Client] to build the `x-stream-client` header
|
/// Used in [Client] to build the `x-stream-client` header
|
||||||
const PACKAGE_VERSION = '0.2.24';
|
const PACKAGE_VERSION = '0.2.24+1';
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: stream_chat
|
name: stream_chat
|
||||||
homepage: https://getstream.io/
|
homepage: https://getstream.io/
|
||||||
description: The official Dart client for Stream Chat, a service for building chat applications.
|
description: The official Dart client for Stream Chat, a service for building chat applications.
|
||||||
version: 0.2.24
|
version: 0.2.24+1
|
||||||
repository: https://github.com/GetStream/stream-chat-dart
|
repository: https://github.com/GetStream/stream-chat-dart
|
||||||
issue_tracker: https://github.com/GetStream/stream-chat-dart/issues
|
issue_tracker: https://github.com/GetStream/stream-chat-dart/issues
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user