Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Oct 7, 2017
1 parent ce26a97 commit 1074839
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 @@ This library provides flexible utilities to control and animate zoom and transla
programmatically or through touch events. Try the demo app.

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

<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.2'
version = '1.0.3'
group = 'com.otaliastudios'
archivesBaseName = 'zoomlayout'

Expand Down

0 comments on commit 1074839

Please sign in to comment.