Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit c3694bf

Browse files
committed
v0.2.0
1 parent bb9c6b9 commit c3694bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "vape"
33
description = "full width aesthetics"
4-
version = "0.1.3"
4+
version = "0.2.0"
55
authors = ["Joshua Li <joshua.r.li.98@gmail.com>"]
66
license = "MIT"
77

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use rand::{FromEntropy, Rng};
77
use rand::rngs::SmallRng;
88
use getopts::Options;
99

10-
const VERSION: &str = "0.1.3";
10+
const VERSION: &str = "0.2.0";
1111
const KANA_LO: u32 = 0x30A0;
1212
const KANA_HI: u32 = 0x30FF;
1313

@@ -51,7 +51,7 @@ fn main() {
5151
}
5252

5353
if matches.opt_present("v") {
54-
println!("{} {}", &args[0], &VERSION);
54+
println!("{}", &VERSION);
5555
return;
5656
}
5757

0 commit comments

Comments
 (0)