From 2de49e75b81fa9323e9c957995c5a5a9fff81697 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Sat, 6 Jun 2020 11:56:22 -0600 Subject: [PATCH] Release v1.7.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 259b568..1199651 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tcalc" description = "A featureful calculator for when you want to do math in a terminal." -version = "1.6.14" +version = "1.7.15" authors = ["dubrowgn"] license = "MIT" repository = "https://github.com/dubrowgn/tcalc.git"