From 999cead2e77dbcb8267ee8fe97042c320c11c142 Mon Sep 17 00:00:00 2001 From: Anders Ha Date: Sat, 16 Sep 2017 17:39:14 +0800 Subject: [PATCH] 2.1.0-alpha.2 --- CHANGELOG.md | 1 + ReactiveSwift.podspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cac3dd793..b3917d403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # master *Please add new entries at the top.* +# 2.1.0-alpha.2 1. Disabled code coverage data to allow app submissions with Xcode 9.0 (see https://github.com/Carthage/Carthage/issues/2056, kudos to @NachoSoto) # 2.1.0-alpha.1 diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index 81aede81a..70d718350 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 = "2.1.0-alpha.1" + s.version = "2.1.0-alpha.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.