Skip to content

Commit

Permalink
Releasing version 0.21.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed May 7, 2017
1 parent 133f7f2 commit 3e8de8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

## Next

## [0.21.1](https://github.com/lucasmedeirosleite/EasyMapping/releases/tag/0.21.1)

* Fixed a bug in `EKSerializer` that prevented has one relationships from being properly serialized with non-nested keypaths.

## [0.21.0](https://github.com/lucasmedeirosleite/EasyMapping/releases/tag/0.21.0)
Expand Down
2 changes: 1 addition & 1 deletion Configs/EasyMapping.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.21.0</string>
<string>0.21.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Configs/EasyMappingTests.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.21.0</string>
<string>0.21.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion EasyMapping.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EasyMapping"
s.version = "0.21.0"
s.version = "0.21.1"
s.summary = "The easiest way to map data from your webservice."
s.homepage = "https://github.com/lucasmedeirosleite/EasyMapping"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 3e8de8f

Please sign in to comment.