From 7c25bc2e284ba54a8d81d3843a59cdd933c8f823 Mon Sep 17 00:00:00 2001 From: Anders Ha Date: Fri, 1 Jun 2018 17:16:45 +0100 Subject: [PATCH] 4.0.0-rc.1 --- CHANGELOG.md | 3 ++- ReactiveSwift.podspec | 2 +- Sources/Info.plist | 2 +- Tests/ReactiveSwiftTests/Info.plist | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cdecf3b2..1409e689f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # master -*Please add new entries at the top.* + +# 4.0.0-rc.1*Please add new entries at the top.* 1. `Lifetime` may now be manually ended using `Lifetime.Token.dispose()`, in addition to the existing when-token-deinitializes semantic. (#641, kudos to @andersio) 1. For Swift 4.1 and above, `BindingSource` conformances are required to have `Error` parameterized as exactly `NoError`. As a result, `Signal` and `SignalProducer` are now conditionally `BindingSource`. (#590, kudos to @NachoSoto and @andersio) diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index 0a824bb9c..24438721b 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 = "3.1.0" + s.version = "4.0.0-rc.1" 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. diff --git a/Sources/Info.plist b/Sources/Info.plist index 9c6eca6cd..73616f501 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.0 + 4.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/ReactiveSwiftTests/Info.plist b/Tests/ReactiveSwiftTests/Info.plist index 412820751..18f6dd6b0 100644 --- a/Tests/ReactiveSwiftTests/Info.plist +++ b/Tests/ReactiveSwiftTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.1.0 + 4.0.0 CFBundleSignature ???? CFBundleVersion