From 750387211ba66d9acc498bd75f017769c9158122 Mon Sep 17 00:00:00 2001 From: Anders Ha Date: Thu, 14 Jun 2018 22:38:54 +0100 Subject: [PATCH] 4.0.0-rc.2 --- CHANGELOG.md | 3 ++- Carthage/Checkouts/Nimble | 2 +- ReactiveSwift.podspec | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8849cc6..6ddae262a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # master -1. Support Swift 4.2 (Xcode 10) (#644, kudos to @ikesyo) + +# 4.0.0-rc.21. Support Swift 4.2 (Xcode 10) (#644, kudos to @ikesyo) # 4.0.0-rc.1*Please add new entries at the top.* diff --git a/Carthage/Checkouts/Nimble b/Carthage/Checkouts/Nimble index 8023e3980..21f4fed20 160000 --- a/Carthage/Checkouts/Nimble +++ b/Carthage/Checkouts/Nimble @@ -1 +1 @@ -Subproject commit 8023e3980d91b470ad073d6da843b73f2eeb1844 +Subproject commit 21f4fed2052cea480f5f1d2044d45aa25fdfb988 diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index 6f149ff09..ec0d26a38 100644 --- a/ReactiveSwift.podspec +++ b/ReactiveSwift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReactiveSwift" # Version goes here and will be used to access the git tag later on, once we have a first release. - s.version = "4.0.0-rc.1" + s.version = "4.0.0-rc.2" s.summary = "Streams of values over time" s.description = <<-DESC ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.