Skip to content

Commit

Permalink
Prepare version 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Jan 16, 2024
1 parent edfb5e3 commit 588bf6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. The format

This product uses [Semantic Versioning](https://semver.org/).

### 5.3.2
* Fixed various thread-related crashes

### 5.3.1
* Added `socket.headers` which will be added to the `URLRequest` when opening a WebSocket connection
* Using thread-safe array for Socket callback bindings, fixing a crash when creating a channel
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Podfile. Keep in mind that in order to use Swift Phoenix Client, the minimum iOS
target must be '9.0'

```RUBY
pod "SwiftPhoenixClient", '~> 5.2'
pod "SwiftPhoenixClient", '~> 5.3'
```

and running `pod install`. From there you will need to add `import SwiftPhoenixClient` in any class you want it to be used.
Expand All @@ -52,7 +52,7 @@ If you use Carthage to manage your dependencies, simply add
SwiftPhoenixClient to your `Cartfile`:

```
github "davidstump/SwiftPhoenixClient" ~> 5.2
github "davidstump/SwiftPhoenixClient" ~> 5.3
```

Then run `carthage update`.
Expand Down
2 changes: 1 addition & 1 deletion SwiftPhoenixClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftPhoenixClient"
s.version = "5.3.1"
s.version = "5.3.2"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "5.0"
s.description = <<-EOS
Expand Down

0 comments on commit 588bf6b

Please sign in to comment.