Skip to content

Commit c3906db

Browse files
committed
0.7.7 update
1 parent 7f84d38 commit c3906db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

FluidAudio.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "FluidAudio"
3-
spec.version = "0.7.6"
3+
spec.version = "0.7.7"
44
spec.summary = "Speaker diarization, voice-activity-detection and transcription with CoreML"
55
spec.description = <<-DESC
66
Fluid Audio is a Swift SDK for fully local, low-latency audio AI on Apple devices,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ Add FluidAudio to your project using Swift Package Manager:
5959

6060
```swift
6161
dependencies: [
62-
.package(url: "https://github.com/FluidInference/FluidAudio.git", from: "0.7.6"),
62+
.package(url: "https://github.com/FluidInference/FluidAudio.git", from: "0.7.7"),
6363
],
6464
```
6565

66-
**CocoaPods:** We recommend using [cocoapods-spm](https://github.com/trinhngocthuyen/cocoapods-spm) for better SPM integration, but if needed, you can also use our podspec: `pod 'FluidAudio', '~> 0.7.6'`
66+
**CocoaPods:** We recommend using [cocoapods-spm](https://github.com/trinhngocthuyen/cocoapods-spm) for better SPM integration, but if needed, you can also use our podspec: `pod 'FluidAudio', '~> 0.7.7'`
6767

6868
Important: When adding FluidAudio as a package dependency, only add the library to your target (not the executable). Select `FluidAudio` library in the package products dialog and add it to your app target.
6969

0 commit comments

Comments
 (0)