Skip to content

Commit

Permalink
chore(version): bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 29, 2024
1 parent c18c9d1 commit c6c198e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.3.0] - 2024-10-29

- Fix `publishedAt` type in `Video` class
- Improve `Video` class members nullability
- Add `Video` class new members: `language`, `discardedAt`,...

## [1.2.4] - 2024-08-13

- Android: fix crash due to `ProxyLifecycleProvider` `getLifecycle`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This will add the following lines to your package's pubspec.yaml file:

``` yaml
dependencies:
video_uploader: ^1.2.4
video_uploader: ^1.3.0
```
### Android
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: video_uploader
description: This flutter plugin is an easy way to upload video to api.video.
version: 1.2.4
version: 1.3.0
repository: https://github.com/apivideo/api.video-flutter-uploader
issue_tracker: https://github.com/apivideo/api.video-flutter-uploader/issues
homepage: https://api.video
Expand Down

0 comments on commit c6c198e

Please sign in to comment.