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

Commit

Permalink
Bump version for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorvaryn committed Jun 23, 2015
1 parent 624b010 commit b29b932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
jcenter()
}
dependencies {
androidTestCompile 'com.novoda:rxpresso:0.1.4'
androidTestCompile 'com.novoda:rxpresso:0.1.5'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publish {
userOrg = 'novoda'
groupId = 'com.novoda'
artifactId = 'rxpresso'
publishVersion = '0.1.4'
publishVersion = '0.1.5'
description = 'Easy espresso testing for projects using RxJava'
website = 'https://github.com/novoda/rxpresso'
}

0 comments on commit b29b932

Please sign in to comment.