diff --git a/README.md b/README.md index 61e0010..93c728d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ apply plugin: 'com.neenbedankt.android-apt' Add dependencies to your application gradle build file (only compile 'io.fabianterhorst:iron:0.5.2' is required) ```groovy -compile 'io.fabianterhorst:iron:0.5.8' +compile 'io.fabianterhorst:iron:0.6.0' compile 'io.fabianterhorst:iron-retrofit:0.3' compile 'io.fabianterhorst:iron-encryption:0.3' //is only required for using the compiler @@ -283,12 +283,12 @@ allprojects { //Latest commit compile 'com.github.FabianTerhorst:Iron:-SNAPSHOT' -compile 'com.github.fabianterhorst.iron:iron-retrofit:0.5.8' -compile 'com.github.fabianterhorst.iron:iron:0.5.8' -compile 'com.github.fabianterhorst.iron:iron-encryption:0.5.8' +compile 'com.github.fabianterhorst.iron:iron-retrofit:0.6.0' +compile 'com.github.fabianterhorst.iron:iron:0.6.0' +compile 'com.github.fabianterhorst.iron:iron-encryption:0.6.0' //is only required for using the compiler -compile 'com.github.fabianterhorst.iron:iron-annotations:0.5.8' -apt 'com.github.fabianterhorst.iron:iron-compiler:0.5.8' +compile 'com.github.fabianterhorst.iron:iron-annotations:0.6.0' +apt 'com.github.fabianterhorst.iron:iron-compiler:0.6.0' ``` ### License