Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
donnywals committed Oct 8, 2024
1 parent cab5d8d commit d623694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# 3.4

## Bugfix
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -23,4 +23,4 @@ let package = Package(
dependencies: ["TUSKit"],
resources: [.process("Resources")]) // Required to have SwiftPM generate a bundle with resource files
]
)
)
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.3'
s.version = '3.4'
s.summary = 'TUSKit client in Swift'
s.swift_version = '5.0'

Expand Down

0 comments on commit d623694

Please sign in to comment.