Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniz Veli committed Jan 6, 2014
1 parent 516de1d commit d11d3fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
===============================================================================

Version 1.0.3 (2014-01-06)
----------------------------

* Bug fixes #19 & #27

Version 1.0.2 (2014-01-02)
----------------------------

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

Expand Down
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.etsy.android.grid"
android:versionCode="1"
android:versionName="1.0.0">
android:versionName="1.0.3">

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

Expand Down

0 comments on commit d11d3fe

Please sign in to comment.