From 1884b6dce8d1ca4d8b29a27e0d6e9c39efdcf68f Mon Sep 17 00:00:00 2001 From: Nor Khasyatillah Date: Sat, 4 Sep 2021 10:14:09 +0700 Subject: [PATCH] Bump version number. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2c7978..8e56306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "gradient" -version = "0.2.0" +version = "0.2.1" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index 761d55d..179f705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gradient" -version = "0.2.0" +version = "0.2.1" authors = ["Nor Khasyatillah "] edition = "2018" description = "A command line tool for playing with color gradients"