Skip to content

Commit

Permalink
Add new version info
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaspetra committed Apr 29, 2024
1 parent 7f1cc91 commit cf6062c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.3.9
- Update to support newer lints

## 1.3.8
- Update types from agora_rtc_engine 6.3.0

Expand Down
2 changes: 1 addition & 1 deletion lib/models/agora_rtm_mute_request.dart
Expand Up @@ -99,7 +99,7 @@ class AgoraUIKit {
String platform = platformStr();

String framework = "flutter";
String version = "1.3.8";
String version = "1.3.9";

AgoraUIKit.fromJson(Map<String, dynamic> json)
: platform = json['platform'],
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,7 +1,7 @@
name: agora_uikit
description: Flutter plugin to simply integrate Agora Video Calling or Live
Video Streaming to your app with just a few lines of code.
version: 1.3.8
version: 1.3.9
homepage: https://www.agora.io/en/
repository: https://github.com/AgoraIO-Community/VideoUIKit-Flutter

Expand Down

0 comments on commit cf6062c

Please sign in to comment.