Skip to content

Commit 6a57376

Browse files
committed
bump version and changelog
1 parent 7127b07 commit 6a57376

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.14
2+
3+
- improve `setUser` method to allow for setting user
4+
even when realtime server aren't stable
5+
16
# 1.0.13
27

38
- provide "FLUTTER_NOTIFICATION_CLICK" when getting push notifications from

lib/src/core/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
part of qiscus_chat_sdk.core;
22

3-
const sdkVersion = '1.0.13';
3+
const sdkVersion = '1.0.14';
44
const sdkPlatformName = 'flutter';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qiscus_chat_sdk
22
description: The Scalable In-App Chat SDK for Mobile & Web
3-
version: 1.0.13
3+
version: 1.0.14
44
homepage: https://sdk.qiscus.com
55
repository: https://github.com/qiscus/qiscus-chat-sdk-flutter
66
issue_tracker: https://github.com/qiscus/qiscus-chat-sdk-flutter/issues

0 commit comments

Comments
 (0)