Skip to content

Commit c6c198e

Browse files
committed
chore(version): bump to 1.3.0
1 parent c18c9d1 commit c6c198e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All changes to this project will be documented in this file.
44

5+
## [1.3.0] - 2024-10-29
6+
7+
- Fix `publishedAt` type in `Video` class
8+
- Improve `Video` class members nullability
9+
- Add `Video` class new members: `language`, `discardedAt`,...
10+
511
## [1.2.4] - 2024-08-13
612

713
- Android: fix crash due to `ProxyLifecycleProvider` `getLifecycle`

Diff for: README.md

+1-1
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.4
62+
video_uploader: ^1.3.0
6363
```
6464
6565
### Android

Diff for: pubspec.yaml

+1-1
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.4
3+
version: 1.3.0
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)