Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Sep 10, 2017
1 parent 2a2febd commit 2b0d86a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Master

## [0.3.3](https://github.com/kzaher/RxFeedback/releases/tag/0.3.3)

* Adds reentrancy guards to UI.bind feedback loop (Driver version).

## [0.3.2](https://github.com/kzaher/RxFeedback/releases/tag/0.3.2)

* Includes additional reentrancy checks to DEBUG builds.
Expand Down
2 changes: 1 addition & 1 deletion RxFeedback.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxFeedback"
s.version = "0.3.2"
s.version = "0.3.3"
s.summary = "Simplest architecture for RxSwift. State + feedback loops."
s.description = <<-DESC
Simplest architecture for RxSwift. State + feedback loops.
Expand Down
2 changes: 1 addition & 1 deletion Sources/RxFeedback/RxFeedback.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>0.3.2</string>
<string>0.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2b0d86a

Please sign in to comment.