Skip to content

Commit 3669e6b

Browse files
author
ThibaultBee
committed
chore(version): bump to 1.0.0
1 parent f2ea107 commit 3669e6b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.0.0] - 2022-07-05
5+
- Add API to set application name
6+
- Use SDK name
7+
48
## [0.1.1] - 2022-01-26
59
- Define the application name when instanciating native uploader libraries
610

README.md

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

3939
``` yaml
4040
dependencies:
41-
video_uploader: ^0.1.0
41+
video_uploader: ^1.0.0
4242
```
4343
4444
### Code sample

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: 0.1.1
3+
version: 1.0.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)