From dfb2f9ae68c04c38c768e8a25fffa0d72f7fa5b5 Mon Sep 17 00:00:00 2001 From: Matt Diephouse Date: Fri, 7 Oct 2016 17:17:59 -0400 Subject: [PATCH] 1.0.0-alpha.2 --- ReactiveSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index a67f8ca45..c2f1df58c 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 = "1.0.0-alpha.1" + s.version = "1.0.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.