Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
donnywals committed Jan 6, 2025
1 parent c3aa4b7 commit cf691cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.4.2

## Bugfix
- Removed a force-unwrap that would crash if the SDK can't write files.

# 3.4.1

## Bugfix
Expand Down
2 changes: 1 addition & 1 deletion TUSKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = 'TUSKit'
s.version = '3.4.1'
s.version = '3.4.2'
s.summary = 'TUSKit client in Swift'
s.swift_version = '5.0'

Expand Down

0 comments on commit cf691cb

Please sign in to comment.