Skip to content

Commit eda74e7

Browse files
committed
Prepare version 1.0.1
1 parent 6818f0a commit eda74e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This product uses [Semantic Versioning](https://semver.org/).
55

66
## [Unreleased]
77

8+
## [1.0.1]
9+
* Fixed issue with Carthage installs
10+
811
## [1.0.0]
912
* Rewrite of large parts of the Socket and Channel classes
1013
* Optional API for automatic retain cycle handling

SwiftPhoenixClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "SwiftPhoenixClient"
11-
s.version = "1.0.0"
11+
s.version = "1.0.1"
1212
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
1313
s.swift_version = "4.2"
1414

0 commit comments

Comments
 (0)