diff --git a/README.md b/README.md
index fb3d83e..1cfcb92 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ These `Animators` correctly work with all view states and `RecyclerView` states
#Include in your project
##Using Maven
```javascript
-compile('com.mikepenz:itemanimators:0.1.0-SNAPSHOT@aar') {
+compile('com.mikepenz:itemanimators:0.2.0-SNAPSHOT@aar') {
transitive = true
}
diff --git a/app/build.gradle b/app/build.gradle
index 73dd952..8e3228d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 23
- versionCode 10
- versionName '0.1.0-SNAPSHOT'
+ versionCode 20
+ versionName '0.2.0-SNAPSHOT'
applicationVariants.all { variant ->
variant.outputs.each { output ->
diff --git a/gradle.properties b/gradle.properties
index 0c11840..22d6f80 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,8 +19,8 @@ org.gradle.daemon=true
org.gradle.parallel=true
# Maven stuff
-VERSION_NAME=0.1.0-SNAPSHOT
-VERSION_CODE=10
+VERSION_NAME=0.2.0-SNAPSHOT
+VERSION_CODE=20
GROUP=com.mikepenz
POM_DESCRIPTION=ItemAnimators Library
diff --git a/library/build.gradle b/library/build.gradle
index 50db719..8ca8826 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
- versionCode 10
- versionName '0.1.0-SNAPSHOT'
+ versionCode 20
+ versionName '0.2.0-SNAPSHOT'
}
buildTypes {
release {
diff --git a/library/src/main/res/values/library_itemanimators_strings.xml b/library/src/main/res/values/library_itemanimators_strings.xml
index 9eb289a..7d55a4a 100755
--- a/library/src/main/res/values/library_itemanimators_strings.xml
+++ b/library/src/main/res/values/library_itemanimators_strings.xml
@@ -10,7 +10,7 @@
The ItemAnimators library comes with a huge collections of pre-created Animators for your RecyclerView.
]]>
- 0.1.0-SNAPSHOT
+ 0.2.0-SNAPSHOT
https://github.com/mikepenz/itemanimators
apache_2_0
true