commit 9d0be962a119fc598e93e1e1a4d39c2aaf77ff5c
parent 04358b5a7fe8414ee2dd52b6f5496f8c14f2e45f
Author: cy6erlion <dev@merely.tech>
Date: Mon, 18 Jan 2021 22:54:25 +0200
updates before release
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -294,7 +294,7 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "ietf"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"clap",
"cursive",
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ietf"
-version = "0.2.0"
+version = "0.2.1"
authors = ["cy6erlion <dev@merely.tech>"]
edition = "2018"
description = "A program to read IETF RFCs in the terminal."
diff --git a/README.md b/README.md
@@ -4,8 +4,8 @@
█▄▄▄█▄▄▄██▄██▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
-ietf 0.2.0
-A program to read RFCs in the terminal.
+ietf 0.2.1
+CLI for reading IETF RFCs.
USAGE:
ietf [OPTIONS] [SUBCOMMAND]
@@ -21,7 +21,7 @@ OPTIONS:
SUBCOMMANDS:
clean Remove the rfc directory
help Prints this message or the help of the given subcommand(s)
- update Update RFC Index
+ update Update RFC Index
```
## Features
diff --git a/src/main.rs b/src/main.rs
@@ -14,7 +14,7 @@ use std::io::{BufReader, Read};
fn main() -> Result<(), std::io::Error> {
let matches = App::new("ietf")
- .version("0.2.0")
+ .version("0.2.1")
.about("CLI for reading IETF RFCs.")
.before_help("██▄██ ▄▄█▄ ▄█ ▄▄\n██ ▄█ ▄▄██ ██ ▄█\n█▄▄▄█▄▄▄██▄██▄██\n▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀")
.arg(