File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] ( https://github.com/pusher/NWWebSocket/compare/0.5.2...HEAD )
7
+ ## [ Unreleased] ( https://github.com/pusher/NWWebSocket/compare/0.5.4...HEAD )
8
+
9
+ ## [ 0.5.4] ( https://github.com/pusher/NWWebSocket/compare/0.5.3...0.5.4 ) - 2023-12-15
10
+
11
+ ### Fixed
12
+
13
+ - Fix reconnection loop [ #44 ]
8
14
9
15
## [ 0.5.3] ( https://github.com/pusher/NWWebSocket/compare/0.5.2...0.5.3 ) - 2023-04-04
10
16
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'NWWebSocket'
3
- s . version = '0.5.3 '
3
+ s . version = '0.5.4 '
4
4
s . summary = 'A WebSocket client written in Swift, using the Network framework from Apple'
5
5
s . homepage = 'https://github.com/pusher/NWWebSocket'
6
6
s . license = 'MIT'
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ source 'https://github.com/CocoaPods/Specs.git'
48
48
platform :ios , ' 14.0'
49
49
use_frameworks!
50
50
51
- pod ' NWWebSocket' , ' ~> 0.5.3 '
51
+ pod ' NWWebSocket' , ' ~> 0.5.4 '
52
52
```
53
53
54
54
Then, run the following command:
@@ -90,7 +90,7 @@ let package = Package(
90
90
],
91
91
dependencies : [
92
92
.package (url : " https://github.com/pusher/NWWebSocket.git" ,
93
- .upToNextMajor (from : " 0.5.3 " )),
93
+ .upToNextMajor (from : " 0.5.4 " )),
94
94
],
95
95
targets : [
96
96
.target (
You can’t perform that action at this time.
0 commit comments