Skip to content

Commit 4d13d12

Browse files
Merge pull request #160 from Kommunicate-io/release_2.0.4
Patch Release 2.0.4
2 parents ad7061e + d7f6d95 commit 4d13d12

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.0.4
2+
- Fixed Recording button not working properly in iOS.
13
## 2.0.3
24
- Typing indicator For bot message delay.
35
### Android

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Refer to the official docs here: https://docs.kommunicate.io/docs/flutter-instal
1313
```
1414
dependencies:
1515
//other dependencies
16-
kommunicate_flutter: ^2.0.3
16+
kommunicate_flutter: ^2.0.4
1717
```
1818

1919
2. Install the package as below:

ios/kommunicate_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Flutter plugin for Kommunicate live chat.
1717

1818
s.dependency 'Flutter'
1919
s.swift_version = '5.1'
20-
s.dependency 'Kommunicate', '~> 7.2.8'
20+
s.dependency 'Kommunicate', '~> 7.2.9'
2121

2222

2323
s.ios.deployment_target = '13.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kommunicate_flutter
22
description: Flexible, lightweight, and easily integrable Flutter SDK for Kommunicate AI chatbot & Live Chat.
3-
version: 2.0.3
3+
version: 2.0.4
44
homepage: https://kommunicate.io
55

66
environment:

0 commit comments

Comments
 (0)