diff --git a/README.md b/README.md
index 78599b19b..733c6b7a2 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ You can try it out here [Google Play](https://play.google.com/store/apps/details
#Include in your project
##Using Maven
```javascript
-compile('com.mikepenz:fastadapter:1.0.2@aar') {
+compile('com.mikepenz:fastadapter:1.0.3@aar') {
transitive = true
}
```
diff --git a/app/build.gradle b/app/build.gradle
index 0cea8d88b..c38392911 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 23
- versionCode 102
- versionName '1.0.2'
+ versionCode 103
+ versionName '1.0.3'
applicationVariants.all { variant ->
variant.outputs.each { output ->
diff --git a/gradle.properties b/gradle.properties
index 4acf1e9cd..ada26d8bf 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
# Maven stuff
-VERSION_NAME=1.0.2
-VERSION_CODE=102
+VERSION_NAME=1.0.3
+VERSION_CODE=103
GROUP=com.mikepenz
POM_DESCRIPTION=FastAdapter Library
diff --git a/library/build.gradle b/library/build.gradle
index c7391ee38..42394eaa6 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
- versionCode 102
- versionName '1.0.2'
+ versionCode 103
+ versionName '1.0.3'
}
buildTypes {
release {
diff --git a/library/src/main/res/values/library_fastadapter_strings.xml b/library/src/main/res/values/library_fastadapter_strings.xml
index 9c1ff14f5..68d4639f6 100755
--- a/library/src/main/res/values/library_fastadapter_strings.xml
+++ b/library/src/main/res/values/library_fastadapter_strings.xml
@@ -10,7 +10,7 @@
FastAdapter, the bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
]]>
- 1.0.2
+ 1.0.3
https://github.com/mikepenz/FastAdapter
apache_2_0
true