Skip to content

Commit

Permalink
Bump version to 1.6.0 (#96)
Browse files Browse the repository at this point in the history
* Bump version to 1.6.0

* Fix changelog
  • Loading branch information
natario1 authored Mar 14, 2019
1 parent ff5b56a commit 8f37cfa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.6.0

- Introduces ZoomSurfaceView, a zoomable and pannable Surface container. Please read docs for usage ([#94][94]).

https://github.com/natario1/ZoomLayout/compare/v1.5.1...v1.6.0

## v1.5.1

- Fix: fix a context leak in ZoomLayout thanks to [@dmazzoni][dmazzoni] ([#92][92]).
Expand Down Expand Up @@ -39,4 +45,5 @@ https://github.com/natario1/ZoomLayout/compare/v1.4.0...v1.5.0
[83]: https://github.com/natario1/ZoomLayout/pull/83
[85]: https://github.com/natario1/ZoomLayout/pull/85
[90]: https://github.com/natario1/ZoomLayout/pull/90
[92]: https://github.com/natario1/ZoomLayout/pull/92
[92]: https://github.com/natario1/ZoomLayout/pull/92
[94]: https://github.com/natario1/ZoomLayout/pull/94
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
implementation 'com.otaliastudios:zoomlayout:1.5.1'
implementation 'com.otaliastudios:zoomlayout:1.6.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.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

ext {
libVersion = '1.5.1'
libVersion = '1.6.0'
libGroup = 'com.otaliastudios'
libName = 'ZoomLayout'
libDescription = 'A View container that supports zooming and panning of View hierarchies, images and more.'
Expand Down

0 comments on commit 8f37cfa

Please sign in to comment.