summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2021-12-11 23:38:37 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2021-12-11 23:40:38 +0100
commitd468892fbe7d497e4cfff8cf4db4ba9f7d488660 (patch)
tree346175162ddc02875e2ecc39e796304fb43a367b /Cargo.toml
parent2bb98ae1f837f4d09f282886b5d6d184e8726207 (diff)
downloadvtcol-d468892fbe7d497e4cfff8cf4db4ba9f7d488660.tar.gz
move color ops into subcommand
So what used to be $ vtcol set solarized becomes $ vtcol colors set solarized etc.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d743b4f..2e1bd70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@
[package]
name = "vtcol"
description = "Set Linux console color scheme"
-version = "0.42.5"
+version = "0.42.6"
authors = [ "Philipp Gesang <phg@phi-gamma.net>" ]
repository = "https://github.com/phi-gamma/vtcol"
keywords = [ "linux", "virtual_terminal", "tty", "console", "system" ]