Skip to content

Commit

Permalink
Prepare version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Apr 9, 2019
1 parent 6818f0a commit eda74e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This product uses [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [1.0.1]
* Fixed issue with Carthage installs

## [1.0.0]
* Rewrite of large parts of the Socket and Channel classes
* Optional API for automatic retain cycle handling
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 = "1.0.0"
s.version = "1.0.1"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "4.2"

Expand Down

0 comments on commit eda74e7

Please sign in to comment.