Skip to content

Commit 4f6a12a

Browse files
committed
4.0.0
1 parent 8190c33 commit 4f6a12a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# master
22

3-
*Please add new entries at the top.*
3+
4+
# 4.0.0*Please add new entries at the top.*
45

56
1. When unfair locks from libplatform are unavailable, ReactiveSwift now fallbacks to error checking Pthread mutexes instead of the default. Mitigations regarding issues with `pthread_mutex_trylock` have also been applied. (#654, kudos to @andersio)
67
1. Fix some documentation errors about Carthage usage (#655)

ReactiveSwift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveSwift"
33
# Version goes here and will be used to access the git tag later on, once we have a first release.
4-
s.version = "4.0.0-rc.2"
4+
s.version = "4.0.0"
55
s.summary = "Streams of values over time"
66
s.description = <<-DESC
77
ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
s.pod_target_xcconfig = {"OTHER_SWIFT_FLAGS[config=Release]" => "$(inherited) -suppress-warnings" }
2323

2424
s.cocoapods_version = ">= 1.4.0"
25-
s.swift_version = "4.1"
25+
s.swift_version = "4.1.2"
2626
end

0 commit comments

Comments
 (0)