Skip to content

Commit 085cbb2

Browse files
committed
Bump version to v1.1.0
1 parent 19d50ab commit 085cbb2

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.0.0'
73+
compile 'com.schibsted.spain:parallax-layer-layout:1.1.0'
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.0.0'
33+
publishVersion = '1.1.0'
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)