Skip to content

Commit

Permalink
3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio committed Oct 30, 2017
1 parent 830232d commit f15a072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# master
*Please add new entries at the top.*
1. Fixed integer overflow for `DispatchTimeInterval` in FoundationExtensions.swift (#506)

# 3.0.0-rc.11. Fixed integer overflow for `DispatchTimeInterval` in FoundationExtensions.swift (#506)

# 3.0.0-alpha.1
# 3.0.0-alpha.1
Expand Down
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 = "3.0.0-alpha.1"
s.version = "3.0.0-rc.1"
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 f15a072

Please sign in to comment.