From 6b0d63bee166c56e556c693c3f54442db944a442 Mon Sep 17 00:00:00 2001 From: Deniz Veli Date: Tue, 31 Dec 2013 14:38:06 -0500 Subject: [PATCH] Release 1.0.1 - updated notes --- CHANGELOG.md | 6 ++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eafd90..aa4e98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ---------------------------- diff --git a/README.md b/README.md index 9b361ab..849124e 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/gradle.properties b/gradle.properties index 5f7a389..d5e7046 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.0.0 +VERSION_NAME=1.0.1 VERSION_CODE=1 GROUP=com.etsy.android.grid