Skip to content

Commit

Permalink
Prepare version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Aug 21, 2014
1 parent 2dfe85f commit 7e28252
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Add the following to your `build.gradle`:
}

dependencies {
compile 'com.nhaarman.listviewanimations:lib-core:3.0.0@aar'
compile 'com.nhaarman.listviewanimations:lib-manipulation:3.0.0@aar'
compile 'com.nhaarman.listviewanimations:lib-core-slh:3.0.0@aar'
compile 'com.nhaarman.listviewanimations:lib-core:3.1.0@aar'
compile 'com.nhaarman.listviewanimations:lib-manipulation:3.1.0@aar'
compile 'com.nhaarman.listviewanimations:lib-core-slh:3.1.0@aar'
}

**Or**:
Expand All @@ -57,17 +57,17 @@ Add the following to your `pom.xml`:
<dependency>
<groupId>com.nhaarman.listviewanimations</groupId>
<artifactId>lib-core</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.nhaarman.listviewanimations</groupId>
<artifactId>lib-manipulation</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.nhaarman.listviewanimations</groupId>
<artifactId>lib-core-slh</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>


Expand Down Expand Up @@ -120,10 +120,10 @@ License
[5]: http://youtu.be/_BZIvjMgH-Q
[6]: https://github.com/JakeWharton/NineOldAndroids/downloads
[7]: https://github.com/nhaarman/ListViewAnimations/graphs/contributors
[8]: https://github.com/nhaarman/ListViewAnimations/releases/download/3.0.0/listviewanimations_lib-core_3.0.0.jar
[9]: https://github.com/nhaarman/ListViewAnimations/releases/download/3.0.0/listviewanimations_lib-manipulation_3.0.0.jar
[10]: https://github.com/nhaarman/ListViewAnimations/releases/download/3.0.0/listviewanimations_lib-core-slh_3.0.0.jar
[8]: https://github.com/nhaarman/ListViewAnimations/releases/download/3.1.0/listviewanimations_lib-core_3.1.0.jar
[9]: https://github.com/nhaarman/ListViewAnimations/releases/download/3.1.0/listviewanimations_lib-manipulation_3.1.0.jar
[10]: https://github.com/nhaarman/ListViewAnimations/releases/download/3.1.0/listviewanimations_lib-core-slh_3.1.0.jar
[11]: https://github.com/nhaarman/ListViewAnimations/wiki
[12]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.0.0/lib-core
[13]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.0.0/lib-manipulation
[14]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.0.0/lib-core-slh
[12]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.1.0/lib-core
[13]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.1.0/lib-manipulation
[14]: http://nhaarman.github.io/ListViewAnimations/javadoc/3.1.0/lib-core-slh
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nexusUsername=DUMMY
nexusPassword=DUMMY
isRelease=false

VERSION_NAME=3.0.1
VERSION_NAME=3.1.0
GROUP=com.nhaarman.listviewanimations

POM_DESCRIPTION=ListViewAnimations library
Expand Down

0 comments on commit 7e28252

Please sign in to comment.