Skip to content

Commit 68450c2

Browse files
committed
chore(version): bump to 1.2.2
1 parent 2f639e2 commit 68450c2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

4+
## [1.2.2] - 2024-02-15
5+
- iOS: improve returned error message
6+
- Android: Upgrade to gradle 8, AGP and Kotlin to 1.9
7+
48
## [1.2.1] - 2023-12-15
59
- Fix crash when targeting Android API level >= 34
610

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ It allows you to upload videos in two ways:
4949

5050
### Installation
5151

52-
Run this command:
52+
Run the following command at the root of your project:
5353

5454
```bash
5555
flutter pub add video_uploader
@@ -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.1
62+
video_uploader: ^1.2.2
6363
```
6464
6565
### Android

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