Skip to content

Commit 43e40f3

Browse files
committed
bump version and changelog
1 parent a1e73a0 commit 43e40f3

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.13
2+
3+
- provide "FLUTTER_NOTIFICATION_CLICK" when getting push notifications from
4+
firebase
5+
16
# 1.0.12
27

38
- fix not reconnecting to mqtt server after losing internet connection

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.12';
3+
const sdkVersion = '1.0.13';
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.12
3+
version: 1.0.13
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)