fix: header casing

This commit is contained in:
Salvatore Giordano
2021-03-02 09:43:04 +01:00
parent 3a51e4786e
commit 4a40743857
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import 'package:stream_chat/src/client.dart';
/// Current package version
/// Used in [StreamChatClient] to build the `x-stream-client` header
/// Used in [StreamChatClient] to build the `X-Stream-Client` header
const PACKAGE_VERSION = '1.3.1-beta';