Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Nov 29, 2017
1 parent f9aed57 commit 4b7004a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Master

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

* Fixes duplicated plist inclusion.

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

* Fixes leak in `Hashable` overload of `react` feedback loop.
Expand Down
2 changes: 1 addition & 1 deletion RxFeedback.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxFeedback"
s.version = "1.0.1"
s.version = "1.0.2"
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
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 4b7004a

Please sign in to comment.