Skip to content

Commit

Permalink
Merge pull request #59 from mansbernhardt/bump-1.4.1
Browse files Browse the repository at this point in the history
Bumped version to 1.4.1
  • Loading branch information
mansbernhardt authored Nov 9, 2018
2 parents 86a805a + 8f048f1 commit eef3154
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.4.1

- Fixes a problem where onErrorRepeat would not respect the specified delay interval.
- Fixed issues with tvOS support.
- Updates some transforms such as `toVoid()` to schedule on `.none` instead of `.current` so these transforms won't cause a re-schedule.

# 1.4

- Updated the `Signal.flatMapLatest()` transformation to allow more flexible mixing of signal types between `self` and the signal returned from `transform`.
Expand Down
2 changes: 1 addition & 1 deletion Flow/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion FlowFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FlowFramework"
s.version = "1.4.0"
s.version = "1.4.1"
s.module_name = "Flow"
s.summary = "Working with asynchronous flows"
s.description = <<-DESC
Expand Down

0 comments on commit eef3154

Please sign in to comment.