Skip to content

Commit 4f6263a

Browse files
committed
chore(version): bump to 1.2.3
1 parent 569d137 commit 4f6263a

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,6 +1,11 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

4+
## [1.2.3] - 2024-07-09
5+
- Android: fix crash on release due to minification
6+
- Android: use plugin instead of imperative apply in `build.gradle`
7+
- Override `toString` for `Video` class
8+
49
## [1.2.2] - 2024-02-15
510
- iOS: improve returned error message
611
- Android: Upgrade to gradle 8, AGP and Kotlin to 1.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This will add the following lines to your package's pubspec.yaml file:
5959

6060
``` yaml
6161
dependencies:
62-
video_uploader: ^1.2.2
62+
video_uploader: ^1.2.3
6363
```
6464
6565
### Android

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: video_uploader
22
description: This flutter plugin is an easy way to upload video to api.video.
3-
version: 1.2.2
3+
version: 1.2.3
44
repository: https://github.com/apivideo/api.video-flutter-uploader
55
issue_tracker: https://github.com/apivideo/api.video-flutter-uploader/issues
66
homepage: https://api.video

0 commit comments

Comments
 (0)