Skip to content

Commit

Permalink
chore(release): Version 0.5.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
PLNech committed Jan 12, 2017
1 parent 36f3c23 commit 08d130f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.3 (2017-01-12)

### Improvements
- When loading an image, fit and center it in its ImageView
- Better error message when the user forgot to give an identifier to a View

## 0.5.2 (2017-01-05)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion instantsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {
REPO = WEBSITE + ".git"
LICENSE = 'MIT'
LICENSE_URL = "http://www.opensource.org/licenses/mit-license.php"
VERSION = '0.5.2'
VERSION = '0.5.3'
VERSION_DESC = 'Version Beta ' + VERSION

VERSION_APPCOMPAT = '25.1.0'
Expand Down

0 comments on commit 08d130f

Please sign in to comment.