Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit b29b932

Browse files
author
Dorvaryn
committed
Bump version for minor release
1 parent 624b010 commit b29b932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
jcenter()
2727
}
2828
dependencies {
29-
androidTestCompile 'com.novoda:rxpresso:0.1.4'
29+
androidTestCompile 'com.novoda:rxpresso:0.1.5'
3030
}
3131
}
3232
```

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ publish {
3030
userOrg = 'novoda'
3131
groupId = 'com.novoda'
3232
artifactId = 'rxpresso'
33-
publishVersion = '0.1.4'
33+
publishVersion = '0.1.5'
3434
description = 'Easy espresso testing for projects using RxJava'
3535
website = 'https://github.com/novoda/rxpresso'
3636
}

0 commit comments

Comments
 (0)