Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
varunest committed Nov 23, 2018
1 parent a4a7eec commit 31e94f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ Simply add Dependency on artifact in your `build.gradle` :

```gradle
dependencies {
compile 'com.github.zomato:androidphotofilters:1.0.1'
compile 'com.github.zomato:androidphotofilters:1.0.2'
...
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Expand Up @@ -16,8 +16,8 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=1.0.1
VERSION_CODE=3
VERSION_NAME=1.0.2
VERSION_CODE=4
GROUP=com.github.zomato

POM_DESCRIPTION=Android Library aims to provide fast, powerful and flexible image processing instrument for creating awesome effects on any image media.
Expand Down

0 comments on commit 31e94f4

Please sign in to comment.