Skip to content

Commit

Permalink
Prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jinatonic committed Nov 8, 2016
1 parent e1ddc75 commit 8ca30ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.1.0 *(2016-11-08)*
----------------------------
* Add support for percentage animated in Confetto#drawInternal.
* Update Android and gradle dependencies.

Version 1.0.0 *(2016-08-24)*
----------------------------

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.0.0'
compile 'com.github.jinatonic.confetti:confetti:1.1.0'
```


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.0-SNAPSHOT
VERSION_NAME=1.1.0
GROUP=com.github.jinatonic.confetti

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

0 comments on commit 8ca30ee

Please sign in to comment.