diff --git a/README.md b/README.md
index a7fbe78..372c788 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Native Java bindings for Mountebank
## Project Status
-Functional but not under active development. I do accept pull requets, though I may not respond to requests for a while.
+Functional but not under active development. I accept pull requests, and generally get them merged within a week, and the resulting build out to central within a few hours of a successful merge.
## To install
@@ -13,12 +13,12 @@ You'll need to at least include javabank-core. This includes all of the classes
org.mbtest.javabank
javabank-core
- 0.4.9
+ 0.4.10
```
#### Gradle
```
-compile 'org.mbtest.javabank:javabank-core:0.4.9'
+compile 'org.mbtest.javabank:javabank-core:0.4.10'
```
If you also need a REST client to talk to Mountebank, you can include the javabank-client library. I use [unirest](http://unirest.io/java.html) as my client of choice. If you already have a rest client in your application, you can save some overhead by continuing to use that instead, though that route will require you to learn a little more about the Mountebank REST API.
@@ -28,10 +28,10 @@ If you also need a REST client to talk to Mountebank, you can include the javaba
org.mbtest.javabank
javabank-client
- 0.4.9
+ 0.4.10
```
#### Gradle
```
-compile 'org.mbtest.javabank:javabank-client:0.4.9'
+compile 'org.mbtest.javabank:javabank-client:0.4.10'
```