From 1b71c6c8764310445964885e89f8705d618a7962 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Thu, 30 Apr 2015 18:06:49 +0000 Subject: [PATCH] Updated "Installation" section with correct version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d428063..f79f5d6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add this to your `Cargo.toml: ``` [dependencies] -pirate = "0.1.0" +pirate = "0.2.0" ``` and this to your crate root: