Skip to content

Commit

Permalink
Bump version to v1.1.1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloy committed Dec 7, 2016
1 parent 59fef9a commit d60d13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Grab the latest version from jCenter:

```groovy
dependencies {
compile 'com.schibsted.spain:parallax-layer-layout:1.1.0'
compile 'com.schibsted.spain:parallax-layer-layout:1.1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publish {
userOrg = 'schibstedspain'
groupId = 'com.schibsted.spain'
artifactId = 'parallax-layer-layout'
publishVersion = '1.1.0'
publishVersion = '1.1.1'
desc =
'Let\'s you add layered parallax effect to your views or images based on things like device rotation.'
website = 'https://github.com/SchibstedSpain/parallax-layer-layout'
Expand Down

0 comments on commit d60d13d

Please sign in to comment.