Skip to content

Commit 3689649

Browse files
authoredFeb 5, 2025··
Update CXXAudioUtilities package to version 0.3.2 (#568)
1 parent 3b51220 commit 3689649

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/sbooth/CXXAudioUtilities",
3434
"state" : {
35-
"revision" : "351f9f85e17a552b03583525e5a9caec1b11f009",
36-
"version" : "0.3.1"
35+
"revision" : "b381f7dfcece39b28b91913e1f763d2ecf196bef",
36+
"version" : "0.3.2"
3737
}
3838
},
3939
{

‎Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
]),
2020
],
2121
dependencies: [
22-
.package(url: "https://github.com/sbooth/CXXAudioUtilities", from: "0.3.1"),
22+
.package(url: "https://github.com/sbooth/CXXAudioUtilities", from: "0.3.2"),
2323
.package(url: "https://github.com/sbooth/AVFAudioExtensions", from: "0.4.1"),
2424

2525
// Standalone dependencies from source

0 commit comments

Comments
 (0)
Please sign in to comment.