We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6818f0a commit eda74e7Copy full SHA for eda74e7
CHANGELOG.md
@@ -5,6 +5,9 @@ This product uses [Semantic Versioning](https://semver.org/).
5
6
## [Unreleased]
7
8
+## [1.0.1]
9
+* Fixed issue with Carthage installs
10
+
11
## [1.0.0]
12
* Rewrite of large parts of the Socket and Channel classes
13
* Optional API for automatic retain cycle handling
SwiftPhoenixClient.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "SwiftPhoenixClient"
- s.version = "1.0.0"
+ s.version = "1.0.1"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "4.2"
14
0 commit comments