Skip to content

Commit

Permalink
[release] Update for 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasr committed Oct 27, 2014
1 parent 525698b commit af9503c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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 0.1.3
-------------

* Fix measure spec in horizontal mode

Version 0.1.2
-------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Grab via Maven:
<dependency>
<groupId>org.lucasr.twowayview</groupId>
<artifactId>twowayview</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>
```
or Gradle:
```groovy
compile 'org.lucasr.twowayview:twowayview:0.1.2'
compile 'org.lucasr.twowayview:twowayview:0.1.3'
```

Want to help?
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=0.1.3-SNAPSHOT
VERSION_CODE=1
VERSION_NAME=0.1.3
VERSION_CODE=2
GROUP=org.lucasr.twowayview

POM_DESCRIPTION=An AdapterView with support for vertical and horizontal scrolling.
Expand Down

0 comments on commit af9503c

Please sign in to comment.