Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 6b0d63b

Browse files
author
Deniz Veli
committed
Release 1.0.1 - updated notes
1 parent 1f6f213 commit 6b0d63b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
===============================================================================
33

4+
Version 1.0.1 (2013-07-31)
5+
----------------------------
6+
7+
* Added - initial support for OnItemClickListener #17
8+
* Fix - measurement of root with wrap content height #16
9+
410
Version 1.0.0 (2013-07-28)
511
----------------------------
612

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The simplest way to use AndroidStaggeredGrid is to add the library as a gradle a
3030
```
3131
dependencies {
3232
mavenCentral()
33-
compile 'com.etsy.android.grid:library:1.0.0'
33+
compile 'com.etsy.android.grid:library:1.0.1'
3434
}
3535
```
3636

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.0.0
1+
VERSION_NAME=1.0.1
22
VERSION_CODE=1
33
GROUP=com.etsy.android.grid
44

0 commit comments

Comments
 (0)