Skip to content

Commit 4a3a985

Browse files
update versions
1 parent a357b30 commit 4a3a985

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ apply plugin: 'com.neenbedankt.android-apt'
3030
Add dependencies to your application gradle build file (the compiler and the retrofit extension is optional)
3131

3232
```groovy
33-
compile 'io.fabianterhorst:iron:0.5.1'
33+
compile 'io.fabianterhorst:iron:0.5.2'
3434
compile 'io.fabianterhorst:iron-retrofit:0.3'
3535
compile 'io.fabianterhorst:iron-encryption:0.2'
3636
//is only required for using the compiler
3737
compile 'io.fabianterhorst:iron-annotations:0.1'
38-
apt 'io.fabianterhorst:iron-compiler:0.3'
38+
apt 'io.fabianterhorst:iron-compiler:0.3.1'
3939
```
4040

4141
Initiate Iron instance with application context
@@ -261,12 +261,12 @@ allprojects {
261261
//Latest commit
262262
compile 'com.github.FabianTerhorst:Iron:-SNAPSHOT'
263263
264-
compile 'com.github.fabianterhorst.iron:iron-retrofit:0.5.1'
265-
compile 'com.github.fabianterhorst.iron:iron:0.5.1'
266-
compile 'com.github.fabianterhorst.iron:iron-encryption:0.5.1'
264+
compile 'com.github.fabianterhorst.iron:iron-retrofit:0.5.2'
265+
compile 'com.github.fabianterhorst.iron:iron:0.5.2'
266+
compile 'com.github.fabianterhorst.iron:iron-encryption:0.5.2'
267267
//is only required for using the compiler
268-
compile 'com.github.fabianterhorst.iron:iron-annotations:0.5.1'
269-
apt 'com.github.fabianterhorst.iron:iron-compiler:0.5.1'
268+
compile 'com.github.fabianterhorst.iron:iron-annotations:0.5.2'
269+
apt 'com.github.fabianterhorst.iron:iron-compiler:0.5.2'
270270
```
271271

272272
### License

iron-compiler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ artifacts {
2929
def siteUrl = 'https://github.com/FabianTerhorst/Iron'
3030
def gitUrl = 'https://github.com/FabianTerhorst/Iron.git'
3131

32-
version = "0.3"
32+
version = "0.3.1"
3333
group = "io.fabianterhorst"
3434

3535
install {

publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray'
44
def siteUrl = 'https://github.com/FabianTerhorst/Iron'
55
def gitUrl = 'https://github.com/FabianTerhorst/Iron.git'
66

7-
version = "0.5.1"
7+
version = "0.5.2"
88
group = "io.fabianterhorst"
99

1010
install {

0 commit comments

Comments
 (0)