Skip to content

Commit

Permalink
Bump version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera Buendía committed Apr 5, 2016
1 parent 5dc069b commit da673fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Version 2.2.4
- Improve error throwing in operations https://github.com/pepibumur/SugarRecord/issues/222

### Version 2.1.6
- Implemented example project.
- Fixed a bug with the CoreDataDefaultStorage that didn't persist the changes.
Expand Down
2 changes: 1 addition & 1 deletion SugarRecord.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SugarRecord"
s.version = "2.2.3"
s.version = "2.2.4"
s.summary = "CoreData wrapper written on Swift"
s.homepage = "https://github.com/pepibumur/SugarRecord"
s.license = 'MIT'
Expand Down

0 comments on commit da673fa

Please sign in to comment.