Skip to content

Commit

Permalink
Update README for version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanbenschoten committed Oct 20, 2015
1 parent cbba9f3 commit 1522083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
}

dependencies{
compile 'com.nvanbenschoten.motion:library:1.1.1'
compile 'com.nvanbenschoten.motion:library:1.1.2'
}
```
**Or**:
Expand All @@ -46,7 +46,7 @@ Add the following to your `pom.xml`:
<dependency>
<groupId>com.nvanbenschoten.motion</groupId>
<artifactId>library</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<type>aar</type>
</dependency>
```
Expand Down Expand Up @@ -113,4 +113,4 @@ License
limitations under the License.

[1]: https://github.com/nvanbenschoten/motion/releases
[2]: https://github.com/nvanbenschoten/motion/releases/download/v1.1.1/com.nvanbenschoten.motion-1.1.1.jar
[2]: https://github.com/nvanbenschoten/motion/releases/download/v1.1.2/com.nvanbenschoten.motion-1.1.2.jar
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# suppress inspection "UnusedProperty" for whole file

VERSION_NAME=1.1.2
VERSION_CODE=55
VERSION_CODE=56
GROUP=com.nvanbenschoten.motion

POM_DESCRIPTION=An Android library allowing images to exhibit a parallax effect
Expand Down

0 comments on commit 1522083

Please sign in to comment.