From 27fb1ebe1e8645e8e20d1b2136919664c8f7d524 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Mon, 19 Dec 2016 20:39:10 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89d47ecf..1627d068 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbr" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors = ["Ariel Mashraki ", "Steven Fackler "] description = "Console progress bar for Rust" documentation = "http://a8m.github.io/pb/doc/pbr/index.html"