Skip to content

Commit

Permalink
Merge pull request #49 from ant-media/updateVersion
Browse files Browse the repository at this point in the history
Update version to 1.4.0
  • Loading branch information
mustafaboleken committed May 1, 2024
2 parents a630619 + 0901b1e commit 0cf1f2b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0
- **FEAT**: Migrate to the unified plan and implement multitrack conference
- **FIX**: Fix the playback issue.

## 1.3.2
- **FIX**: Fix the token cannot pass issue.

Expand Down
2 changes: 1 addition & 1 deletion example/Conference/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
flutter:
sdk: flutter

ant_media_flutter: ^1.3.2
ant_media_flutter: ^1.4.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion example/DataChannel/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
flutter:
sdk: flutter

ant_media_flutter: ^1.3.2
ant_media_flutter: ^1.4.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion example/Peer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
flutter:
sdk: flutter

ant_media_flutter: ^1.3.2
ant_media_flutter: ^1.4.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion example/Play/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
flutter:
sdk: flutter

ant_media_flutter: ^1.3.2
ant_media_flutter: ^1.4.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion example/Publish/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
flutter:
sdk: flutter

ant_media_flutter: ^1.3.2
ant_media_flutter: ^1.4.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ant_media_flutter
description: Flutter Package to use Ant Media Server Enterprise Edition Streaming Engine on Android, iOS, Web and Desktop
version: 1.3.2
version: 1.4.0
homepage: https://github.com/ant-media/WebRTC-Flutter-SDK

environment:
Expand Down

0 comments on commit 0cf1f2b

Please sign in to comment.