From 68d64a9f34215076388bd8dd321375719aef3e74 Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Sun, 1 Jan 2017 12:35:14 -0700 Subject: [PATCH] Increase version to 2.1.2 Integrates #71, fixing #70 --- ReactiveObjC.podspec | 2 +- ReactiveObjC/Info.plist | 2 +- ReactiveObjCTests/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ReactiveObjC.podspec b/ReactiveObjC.podspec index 2c1a863a5..78da10c40 100644 --- a/ReactiveObjC.podspec +++ b/ReactiveObjC.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReactiveObjC" - s.version = "2.1.1" + s.version = "2.1.2" s.summary = "The 2.x ReactiveCocoa Objective-C API: Streams of values over time" s.description = <<-DESC.strip_heredoc diff --git a/ReactiveObjC/Info.plist b/ReactiveObjC/Info.plist index c26853da4..c14e3c3be 100644 --- a/ReactiveObjC/Info.plist +++ b/ReactiveObjC/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.1 + 2.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/ReactiveObjCTests/Info.plist b/ReactiveObjCTests/Info.plist index 01eb78a1c..00c2503be 100644 --- a/ReactiveObjCTests/Info.plist +++ b/ReactiveObjCTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.1.1 + 2.1.2 CFBundleSignature ???? CFBundleVersion