Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Oct 15, 2017
1 parent ad8a28a commit 4cb3474
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 @@ -10,7 +10,7 @@ Flexible utilities to control and animate zoom and translation of Views and much
programmatically or through touch events.

```groovy
compile 'com.otaliastudios:zoomlayout:1.0.3'
compile 'com.otaliastudios:zoomlayout:1.1.0'
```

<p>
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
// Required by bintray
// archivesBaseName is required if artifactId is different from gradle module name
// or you can add baseName to each archive task (sources, javadoc, aar)
version = '1.0.3'
version = '1.1.0'
group = 'com.otaliastudios'
archivesBaseName = 'zoomlayout'

Expand Down

0 comments on commit 4cb3474

Please sign in to comment.