diff --git a/README.md b/README.md
index 5dd04fdc..c8510856 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Include the server module to develop your own SSH/SFTP server.
com.sshtools
maverick-synergy-server
- 3.0.10
+ 3.1.0
@@ -100,7 +100,7 @@ We also have done a lot of the hard work for you implementing a virtual file sys
com.sshtools
maverick-virtual-filesystem
- 3.0.10
+ 3.1.0
```
Creating a server is made equally as easy as the client API. You just need to make a few desisions about how users authenticate and what they can do, for example, the code below creates a simple SFTP server that provides users with their own home folder. To the user, all they see is their own sandboxed home directoy.