Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Bump version to v1.2.1 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamutkarshtiwari authored Sep 25, 2019
1 parent 9c229c5 commit 9be0575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

# Released

## [1.2.1]
### Bugfix
- Added auto-scale to AddTextFragment

## [1.2.0]
### Enhancement
- Improved Paint feature UI
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Ananas Photo Editor

[![Download](https://img.shields.io/badge/JitPack-1.2.0-blue.svg)](https://jitpack.io/#iamutkarshtiwari/Ananas/1.2.0) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg)
[![Download](https://img.shields.io/badge/JitPack-1.2.1-blue.svg)](https://jitpack.io/#iamutkarshtiwari/Ananas/1.2.1) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg)

An easy photo editor integration for your Android apps.

Expand Down Expand Up @@ -63,7 +63,7 @@ Add it in your root build.gradle at the end of repositories:

Add the dependency in gradle file of app module like this
```
implementation 'com.github.iamutkarshtiwari:Ananas:1.2.0'
implementation 'com.github.iamutkarshtiwari:Ananas:1.2.1'
```

## Proguard Rules [Important!]
Expand Down

0 comments on commit 9be0575

Please sign in to comment.