diff --git a/README.md b/README.md index c34fdae..5d76695 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ buildscript { apply plugin: 'com.neenbedankt.android-apt' dependencies { - compile 'se.emilsjolander:intentbuilder-api:0.10.0' - apt 'se.emilsjolander:intentbuilder-compiler:0.10.0' + compile 'se.emilsjolander:intentbuilder-api:0.11.0' + apt 'se.emilsjolander:intentbuilder-compiler:0.11.0' } ``` diff --git a/version.properties b/version.properties index 6b17bbe..bb34434 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ -#Sat, 20 Jun 2015 11:17:53 -0700 +#Sun, 28 Jun 2015 16:08:43 -0700 major=0 -minor=10 +minor=11 patch=0