Skip to content

Commit cf691cb

Browse files
committed
Version bump
1 parent c3aa4b7 commit cf691cb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 3.4.1
27

38
## Bugfix

TUSKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = 'TUSKit'
10-
s.version = '3.4.1'
10+
s.version = '3.4.2'
1111
s.summary = 'TUSKit client in Swift'
1212
s.swift_version = '5.0'
1313

0 commit comments

Comments
 (0)