diff --git a/README.md b/README.md
index 84852d5..75ddb9c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
Bencode Input/Output Streams for Java
-Requires JDK 1.5 or higher
+Requires JDK 1.6 or higher
[Bencode Spec](https://wiki.theory.org/BitTorrentSpecification#Bencoding)
@@ -23,13 +23,13 @@ http://dampcake.github.io/bencode
com.dampcake
bencode
- 1.2.1
+ 1.2.2
```
### Gradle
```groovy
-compile 'com.dampcake:bencode:1.2.1'
+compile 'com.dampcake:bencode:1.2.2'
```
### Examples
@@ -50,7 +50,7 @@ byte[] encoded = bencode.encode(new HashMap