From 7effd11348dff273d3e33117d5aa261e77bb891f Mon Sep 17 00:00:00 2001
From: Magnus Hallin <mhallin@fastmail.com>
Date: Sat, 12 Nov 2016 22:58:46 +0100
Subject: [PATCH] Update readme to 0.5.2

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6dda5ecb..15c3547a 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Add Juniper to your Cargo.toml:
 
 ```toml
 [dependencies]
-juniper = "0.5.1"
+juniper = "0.5.2"
 ```
 
 If you want the Iron integration enabled, you need to enable the `iron-handlers`
@@ -29,7 +29,7 @@ feature flag:
 
 ```toml
 [dependencies]
-juniper = { version = "0.5.1", features = ["iron-handlers"] }
+juniper = { version = "0.5.2", features = ["iron-handlers"] }
 ```
 
 ## Building schemas