Skip to content

Commit d0f43fe

Browse files
committed
chore: sync release version 0.0.0-test
1 parent c366ca0 commit d0f43fe

2 files changed

Lines changed: 5 additions & 5 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.8"
3+
spec.version = "0.0.0-test"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Add FluidAudio to your project using Swift Package Manager:
6060

6161
```swift
6262
dependencies: [
63-
.package(url: "https://github.com/FluidInference/FluidAudio.git", from: "0.7.7"),
63+
.package(url: "https://github.com/FluidInference/FluidAudio.git", from: "0.0.0-test"),
6464
],
6565
```
6666

67-
**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.8'`
67+
**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.0.0-test'`
6868

6969
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.
7070

@@ -509,15 +509,15 @@ Kokoro-82M: <https://huggingface.co/hexgrad/Kokoro-82M>
509509

510510
If you use FluidAudio in your work, please cite:
511511

512-
FluidInference Team. (2024). FluidAudio: Local Speaker Diarization, ASR, and VAD for Apple Platforms (Version 0.7.0) [Computer software]. GitHub. <https://github.com/FluidInference/FluidAudio>
512+
FluidInference Team. (2024). FluidAudio: Local Speaker Diarization, ASR, and VAD for Apple Platforms (Version 0.0.0-test) [Computer software]. GitHub. <https://github.com/FluidInference/FluidAudio>
513513

514514
```bibtex
515515
@software{FluidInferenceTeam_FluidAudio_2024,
516516
author = {{FluidInference Team}},
517517
title = {{FluidAudio: Local Speaker Diarization, ASR, and VAD for Apple Platforms}},
518518
year = {2024},
519519
month = {12},
520-
version = {0.7.0},
520+
version = {0.0.0-test},
521521
url = {https://github.com/FluidInference/FluidAudio},
522522
note = {Computer software}
523523
}

0 commit comments

Comments
 (0)