Skip to content

Commit 7db7982

Browse files
committed
Bumped version
1 parent 60d1272 commit 7db7982

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### Added
88
* It's now possible to cancel a running Assembly
99
* Bumped TUSKit version
10+
* Allow passing of custom fields to assembly creating by passing them to `createAssembly` methods
1011

1112
## 3.1.0
1213

Transloadit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Transloadit'
11-
s.version = '3.1.0'
11+
s.version = '3.2.0'
1212
s.summary = 'Transloadit client in Swift'
1313
s.swift_version = '5.0'
1414

@@ -28,10 +28,10 @@ Swift client for http://transloadit.com called TransloaditKit. Mac and iOS compa
2828
s.source = { :git => 'https://github.com/transloadit/TransloaditKit.git', :tag => s.version.to_s }
2929

3030
s.ios.deployment_target = '10.0'
31-
s.osx.deployment_target = '10.10'
31+
s.osx.deployment_target = '10.11'
3232

3333
s.source_files = 'Sources/TransloaditKit/**/*'
3434

35-
s.dependency 'TUSKit', '~> 3.1.5'
35+
s.dependency 'TUSKit', '~> 3.3.0'
3636

3737
end

0 commit comments

Comments
 (0)