From 2195f16b66ca57b7db0a9109fc8b11c87b1d6b77 Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Fri, 7 Apr 2017 10:33:52 -0700 Subject: [PATCH] Increase version to 3.0.0 Includes #75, #80, #81, #82, #83, #85, #87, and #88. While this has no breaking changes in Obj-C, it will likely introduce breaking changes in Swift. --- 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 78da10c40..f917fd4db 100644 --- a/ReactiveObjC.podspec +++ b/ReactiveObjC.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReactiveObjC" - s.version = "2.1.2" + s.version = "3.0.0" 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 c14e3c3be..4cfbe42cc 100644 --- a/ReactiveObjC/Info.plist +++ b/ReactiveObjC/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.1.2 + 3.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/ReactiveObjCTests/Info.plist b/ReactiveObjCTests/Info.plist index 00c2503be..b75bb84e1 100644 --- a/ReactiveObjCTests/Info.plist +++ b/ReactiveObjCTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.1.2 + 3.0.0 CFBundleSignature ???? CFBundleVersion