We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13943bc commit 39f8d37Copy full SHA for 39f8d37
CHANGELOG.md
@@ -1,3 +1,7 @@
1
# Changelog
2
All changes to this project will be documented in this file.
3
4
+## [0.0.3] - 2021-11-22
5
+- Fix large upload request time out
6
+- Fix callback on wrong token
7
+
VideoUploaderIos.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'VideoUploaderIos'
11
- s.version = '0.0.2'
+ s.version = '0.0.3'
12
s.summary = 'A library to upload video files to api.video platform.'
13
14
# This description is used to generate tags and improve search results.
0 commit comments