Skip to content

Commit 0787aa0

Browse files
Merge pull request #15 from apivideo/feature/swift5_uploader_release
chore(swift5): bump upload to 0.1.2
2 parents 14d5939 + e432582 commit 0787aa0

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

ApiVideoUploader.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Pod::Spec.new do |s|
44
s.osx.deployment_target = '10.12'
55
s.tvos.deployment_target = '10.0'
66
s.watchos.deployment_target = '3.0'
7-
s.version = '0.1.1'
8-
s.source = { :git => 'https://github.com/apivideo/api.video-ios-uploader', :tag => 'v0.1.1' }
7+
s.version = '0.1.2'
8+
s.source = { :git => 'https://github.com/apivideo/api.video-ios-uploader', :tag => 'v0.1.2' }
99
s.authors = { 'Ecosystem Team' => 'ecosystem@api.video' }
1010
s.license = { :type => 'MIT' }
1111
s.homepage = 'https://docs.api.video'

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

4+
## [0.1.2] - 2021-12-14
5+
- Set protocol for progressive upload session visibility to public
6+
47
## [0.1.1] - 2021-12-14
58
- Add a protocol for progressive upload session
69

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ It allows you to upload videos in two ways:
3939
Specify it in your `Cartfile`:
4040

4141
```
42-
github "apivideo/api.video-ios-uploader" ~> 0.1.1
42+
github "apivideo/api.video-ios-uploader" ~> 0.1.2
4343
```
4444

4545
Run `carthage update`
4646

4747
### CocoaPods
4848

49-
Add `pod 'ApiVideoUploader', '0.1.1'` in your `Podfile`
49+
Add `pod 'ApiVideoUploader', '0.1.2'` in your `Podfile`
5050

5151
Run `pod install`
5252

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ targets:
77
sources: [Sources]
88
info:
99
path: ./Info.plist
10-
version: 0.1.1
10+
version: 0.1.2
1111
settings:
1212
APPLICATION_EXTENSION_API_ONLY: true
1313
scheme: {}

0 commit comments

Comments
 (0)