ietf

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 906950beb34433860a349437c98ab31e66e37c98
parent 93fd8c1dde897a28da5e3013d9844f44014229f0
Author: cy6erlion <dev@merely.tech>
Date:   Tue, 12 Jan 2021 21:42:56 +0200

bump version to 0.2.0

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
Msrc/main.rs | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -360,7 +360,7 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "ietf" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "cursive", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ietf" -version = "0.1.0" +version = "0.2.0" authors = ["cy6erlion <dev@merely.tech>"] edition = "2018" description = "A program to read IETF RFCs in the terminal." diff --git a/src/main.rs b/src/main.rs @@ -15,7 +15,7 @@ use std::io::{BufReader, Read}; fn main() -> Result<(), std::io::Error> { let matches = App::new("ietf") - .version("0.1.0") + .version("0.2.0") .about("CLI for reading IETF RFCs.") .before_help("██▄██ ▄▄█▄ ▄█ ▄▄\n██ ▄█ ▄▄██ ██ ▄█\n█▄▄▄█▄▄▄██▄██▄██\n▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀") .arg(