We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3aa4b7 commit cf691cbCopy full SHA for cf691cb
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 3.4.2
2
+
3
+## Bugfix
4
+- Removed a force-unwrap that would crash if the SDK can't write files.
5
6
# 3.4.1
7
8
## Bugfix
TUSKit.podspec
@@ -7,7 +7,7 @@
Pod::Spec.new do |s|
9
s.name = 'TUSKit'
10
- s.version = '3.4.1'
+ s.version = '3.4.2'
11
s.summary = 'TUSKit client in Swift'
12
s.swift_version = '5.0'
13
0 commit comments