Skip to content

Commit

Permalink
Release 1.0.1 - updated notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniz Veli committed Dec 31, 2013
1 parent 1f6f213 commit 6b0d63b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
===============================================================================

Version 1.0.1 (2013-07-31)
----------------------------

* Added - initial support for OnItemClickListener #17
* Fix - measurement of root with wrap content height #16

Version 1.0.0 (2013-07-28)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The simplest way to use AndroidStaggeredGrid is to add the library as a gradle a
```
dependencies {
mavenCentral()
compile 'com.etsy.android.grid:library:1.0.0'
compile 'com.etsy.android.grid:library:1.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1
VERSION_CODE=1
GROUP=com.etsy.android.grid

Expand Down

0 comments on commit 6b0d63b

Please sign in to comment.