Skip to content

Commit

Permalink
Bump version in podspec in preparation for next release 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mluisbrown committed Mar 20, 2024
1 parent 1d67157 commit a1ac77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveSwift.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a1ac77e

Please sign in to comment.