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

Commit d11d3fe

Browse files
author
Deniz Veli
committed
Release 1.0.3
1 parent 516de1d commit d11d3fe

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

4+
Version 1.0.3 (2014-01-06)
5+
----------------------------
6+
7+
* Bug fixes #19 & #27
8+
49
Version 1.0.2 (2014-01-02)
510
----------------------------
611

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.2
1+
VERSION_NAME=1.0.3
22
VERSION_CODE=1
33
GROUP=com.etsy.android.grid
44

library/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.etsy.android.grid"
33
android:versionCode="1"
4-
android:versionName="1.0.0">
4+
android:versionName="1.0.3">
55

66
<uses-sdk android:minSdkVersion="10"/>
77

0 commit comments

Comments
 (0)