Skip to content

Commit

Permalink
Merge pull request #20 from wealthfront/release-0.2.2
Browse files Browse the repository at this point in the history
Release 0.2.2
  • Loading branch information
ryanmoelter committed Aug 12, 2020
2 parents 74f9d94 + c3485db commit 577dd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An Android animation framework that gracefully handles interruptions. Currently

## Use
```groovy
def blendVersion = "0.2.1"
def blendVersion = "0.2.2"
implementation "com.wealthfront:blend:${blendVersion}"
testImplementation "com.wealthfront:blend-test:${blendVersion}"
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.enableJetifier=true
kotlin.code.style=official

GROUP=com.wealthfront
VERSION_NAME=0.3.0-SNAPSHOT
VERSION_NAME=0.2.2

POM_DESCRIPTION=Animation library that gracefully handles interruptions

Expand Down

0 comments on commit 577dd69

Please sign in to comment.