Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio committed Jul 17, 2018
1 parent 8190c33 commit 4f6a12a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,7 @@
# master

*Please add new entries at the top.*

# 4.0.0*Please add new entries at the top.*

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)
1. Fix some documentation errors about Carthage usage (#655)
Expand Down
4 changes: 2 additions & 2 deletions 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 = "4.0.0-rc.2"
s.version = "4.0.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 All @@ -22,5 +22,5 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = {"OTHER_SWIFT_FLAGS[config=Release]" => "$(inherited) -suppress-warnings" }

s.cocoapods_version = ">= 1.4.0"
s.swift_version = "4.1"
s.swift_version = "4.1.2"
end

0 comments on commit 4f6a12a

Please sign in to comment.