From f2d9ee6e34be3f09c267efe717ac69506bd8f9f6 Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Tue, 8 Nov 2016 09:41:15 -0800 Subject: [PATCH 1/2] Update version to 2.0 Ref #15 --- 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 49f7ad544..59d2dc7e7 100644 --- a/ReactiveObjC.podspec +++ b/ReactiveObjC.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReactiveObjC" - s.version = "1.0.2" + s.version = "2.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 f0e09a44c..4eb0a1418 100644 --- a/ReactiveObjC/Info.plist +++ b/ReactiveObjC/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.2 + 2.0 CFBundleSignature ???? CFBundleVersion diff --git a/ReactiveObjCTests/Info.plist b/ReactiveObjCTests/Info.plist index bbf816242..e108aa24d 100644 --- a/ReactiveObjCTests/Info.plist +++ b/ReactiveObjCTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0.2 + 2.0 CFBundleSignature ???? CFBundleVersion From 70551918d7b2c5d222e5a15a4da88e3f914f7370 Mon Sep 17 00:00:00 2001 From: Eric Horacek Date: Tue, 8 Nov 2016 15:15:09 -0800 Subject: [PATCH 2/2] Include patch version --- 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 59d2dc7e7..15d30cd89 100644 --- a/ReactiveObjC.podspec +++ b/ReactiveObjC.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ReactiveObjC" - s.version = "2.0" + s.version = "2.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 4eb0a1418..112303eca 100644 --- a/ReactiveObjC/Info.plist +++ b/ReactiveObjC/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0 + 2.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/ReactiveObjCTests/Info.plist b/ReactiveObjCTests/Info.plist index e108aa24d..f931463ef 100644 --- a/ReactiveObjCTests/Info.plist +++ b/ReactiveObjCTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0 + 2.0.0 CFBundleSignature ???? CFBundleVersion