diff --git a/README.md b/README.md index 59ceeae..5730e4b 100644 --- a/README.md +++ b/README.md @@ -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}" ``` diff --git a/gradle.properties b/gradle.properties index 801d39d..3d8eb8a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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