Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 24, 2024
1 parent 45d3c53 commit 21a5c6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ listeners.

## Compatibility

- iOS 11.0+
- iOS 13.0+

## Installation

Expand Down Expand Up @@ -123,6 +123,10 @@ The [iOS Voice Processor app](./example) demonstrates how to ask for user permis

## Releases

### v1.2.0 - October 24, 2024
- Add support for Swift Package Manager
- Bumped minimum iOS version to 13

### v1.1.0 - July 31, 2023
- Numerous API improvements
- Error handling improvements
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is an example app that demonstrates how to ask for user permissions and cap

## Compatibility

- iOS 11.0+
- iOS 13.0+

## Building

Expand Down
2 changes: 1 addition & 1 deletion ios-voice-processor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Pod::Spec.new do |s|
s.name = 'ios-voice-processor'
s.module_name = 'ios_voice_processor'
s.version = '1.1.2'
s.version = '1.2.0'
s.summary = 'An asynchronous iOS audio recording library designed for real-time speech audio processing.'
s.description = <<-DESC
The iOS Voice Processor is an asynchronous audio capture library designed for real-time audio processing.
Expand Down

0 comments on commit 21a5c6d

Please sign in to comment.