Skip to content

Commit

Permalink
Update changelog & version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm Jarvis committed Mar 21, 2019
1 parent df4d9f5 commit 8b840e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@
**API Changes:**

**Other**

# 4.1.1

*Released: 03/21/2019*

- Fix 4.1.0 regression with `automaticallySkipsRepeats` when selecting Equatable state in Non-Equatable root state (#399) - @djtech42

# 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion ReSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReSwift"
s.version = "4.1.0"
s.version = "4.1.1"
s.summary = "Unidirectional Data Flow in Swift"
s.description = <<-DESC
ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift.
Expand Down
2 changes: 1 addition & 1 deletion ReSwift/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.1.0</string>
<string>4.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 8b840e3

Please sign in to comment.