diff --git a/LICENSE.txt b/LICENSE.txt index f49a4e16..cf003753 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2016, Arthur Teplitzki 2013, Edmodo, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 8d897250..fa981967 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ See [full change log](https://github.com/ArthurHub/Android-Image-Cropper/wiki/Ch ## License Forked from [edmodo/cropper](https://github.com/edmodo/cropper) fixing some bugs and adding some features. -Copyright 2013, Edmodo, Inc. +Copyright 2016, Arthur Teplitzki 2013, Edmodo, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at: diff --git a/cropper/build.gradle b/cropper/build.gradle index add81a43..71eeab2b 100644 --- a/cropper/build.gradle +++ b/cropper/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'maven-publish' ext { PUBLISH_GROUP_ID = 'com.theartofdev.edmodo' PUBLISH_ARTIFACT_ID = 'android-image-cropper' - PUBLISH_VERSION = '1.2.6' + PUBLISH_VERSION = '2.0.0' // gradlew clean build generateRelease }