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 1b0b754 commit 1f8aff8Copy full SHA for 1f8aff8
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# TransloaditKit Changelog
2
3
+## 3.3.2
4
+* Increased test coverage and utilities for testing in example app
5
+
6
## 3.3.1
7
* Background configuration was not set up fully correctly; this is now fixed
8
* TUSKit will always use a background configuration when uploading files
Transloadit.podspec
@@ -8,7 +8,7 @@
9
Pod::Spec.new do |s|
10
s.name = 'Transloadit'
11
- s.version = '3.3.1'
+ s.version = '3.3.2'
12
s.summary = 'Transloadit client in Swift'
13
s.swift_version = '5.0'
14
0 commit comments