Skip to content

Commit c88944a

Browse files
committed
bump version and changelog
1 parent 9620f73 commit c88944a

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# 1.0.16
1+
# 1.0.17
22

33
- Make `roomIds` parameter not required on `getFileList`
4-
5-
# 1.0.15
6-
7-
-Add include and exclude extension on `getFileList` method
4+
- Add include and exclude extension on `getFileList` method
85

96
# 1.0.14
107

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