Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Version Bump (2.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Dec 10, 2018
1 parent 6d0a3f6 commit 98e08d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.0

- Swift 4.2 support

# 2.0.0

- Swift 4 support
Expand All @@ -8,7 +12,6 @@

- Forwarding error to `rx.disconnect`


# 1.0.0

- Updating to Swift 3
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- RxSwift (~> 4.0)
- RxSwift (4.4.0):
- RxAtomic (~> 4.4)
- RxWebSocket (2.0.0):
- RxWebSocket (2.1.0):
- RxCocoa (~> 4.3)
- RxSwift (~> 4.3)
- Starscream (~> 3.0.6)
Expand All @@ -28,7 +28,7 @@ SPEC CHECKSUMS:
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973
RxWebSocket: 77128a301abc8f13715bbf961f4fc9910429aa04
RxWebSocket: 8e468d5b4ad658475e335a6c295ca1c816d8b358
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5

PODFILE CHECKSUM: 3733fdc28b1729df6cd665082d17f2f11ed36bef
Expand Down
2 changes: 1 addition & 1 deletion RxWebSocket.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "RxWebSocket"
s.version = "2.0.0"
s.version = "2.1.0"
s.summary = "Reactive WebSockets"
s.swift_version = "4.2"

Expand Down

0 comments on commit 98e08d0

Please sign in to comment.