Skip to content

Commit

Permalink
Prepare for 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jinatonic committed Dec 11, 2017
1 parent 0a5ab30 commit 09dea97
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.1.1 *(2017-12-11)*
----------------------------
* Add animation listener interface for the ConfettiManager.

Version 1.1.0 *(2016-11-08)*
----------------------------
* Add support for percentage animated in Confetto#drawInternal.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Getting started
Add the confetti dependency to your `build.gradle`.

```groovy
compile 'com.github.jinatonic.confetti:confetti:1.1.0'
compile 'com.github.jinatonic.confetti:confetti:1.1.1'
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ private void draw(Canvas canvas, float x, float y, float rotation, float percent
* @param x the x position of the confetto relative to the canvas.
* @param y the y position of the confetto relative to the canvas.
* @param rotation the rotation (in degrees) to draw the confetto.
* @param percentAnimated the percentage [0f, 1f] of animation progress for this confetto.
*/
protected abstract void drawInternal(Canvas canvas, Matrix matrix, Paint paint, float x,
float y, float rotation, float percentAnimated);
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.1.1-SNAPSHOT
VERSION_NAME=1.1.1
GROUP=com.github.jinatonic.confetti

POM_DESCRIPTION=An Android particle system that helps displays confetti!
Expand Down

0 comments on commit 09dea97

Please sign in to comment.