From a1ac77efbf9ccb63b2b5dfa9b5f13e0250684543 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 20 Mar 2024 09:06:49 +0000 Subject: [PATCH] Bump version in podspec in preparation for next release 7.2.0 --- ReactiveSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactiveSwift.podspec b/ReactiveSwift.podspec index 27a728ce9..04241175f 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 = "7.1.1" + s.version = "7.2.0" 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.