From 4453e333056dcaa442a07061d1174dd984b54a3b Mon Sep 17 00:00:00 2001 From: Jonathan Reem Date: Fri, 30 Jan 2015 12:00:00 -0500 Subject: [PATCH] (release) 0.0.8. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 453732b..c5649f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "router" authors = ["Jonathan Reem "] license = "MIT" -version = "0.0.7" +version = "0.0.8" description = "A router for the Iron framework." repository = "https://github.com/iron/router" documentation = "http://ironframework.io/doc/router/index.html"