From 419d35a2829965eaabf77968e96ea5c54dde3ac2 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Sat, 15 Jul 2017 16:50:12 -0700 Subject: [PATCH] Release v1.5.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca98de8..a65ee8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tcalc" description = "A terminal calculator" -version = "1.4.10" +version = "1.5.11" authors = ["dubrowgn"] license = "MIT" repository = "https://github.com/dubrowgn/tcalc.git"