From 32d677b84e9b43cede88d317e1cb95f27ca61f68 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 24 Oct 2016 19:03:08 -0700 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f0c5e76..1f332c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] authors = ["Alexandre Bury "] -description = "Command-line utility to record input sent to a terminal session." +description = "Command-line utilities to record and replay input sent to a terminal session." keywords = ["input", "terminal", "TTY", "record"] license = "MIT" name = "record" -version = "0.1.1" +version = "0.2.0" [dependencies] clap = "2.16.1"