Skip to content

Commit d60d13d

Browse files
authored
Bump version to v1.1.1 (#13)
1 parent 59fef9a commit d60d13d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Grab the latest version from jCenter:
7070

7171
```groovy
7272
dependencies {
73-
compile 'com.schibsted.spain:parallax-layer-layout:1.1.0'
73+
compile 'com.schibsted.spain:parallax-layer-layout:1.1.1'
7474
}
7575
```
7676

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ publish {
3030
userOrg = 'schibstedspain'
3131
groupId = 'com.schibsted.spain'
3232
artifactId = 'parallax-layer-layout'
33-
publishVersion = '1.1.0'
33+
publishVersion = '1.1.1'
3434
desc =
3535
'Let\'s you add layered parallax effect to your views or images based on things like device rotation.'
3636
website = 'https://github.com/SchibstedSpain/parallax-layer-layout'

0 commit comments

Comments
 (0)