From 3953990e666d68ce173870c0aaf756ce82da351f Mon Sep 17 00:00:00 2001 From: Anders Date: Sat, 18 Feb 2017 15:46:19 +0800 Subject: [PATCH] 1.0.1 --- ReactiveSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index a8bb60850..39529b427 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" + s.version = "1.0.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.