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

Commit 164afa3

Browse files
author
Joshua Li
committed
v0.4.0
1 parent 7886c13 commit 164afa3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.3.1"
4+
version = "0.4.0"
55
authors = ["Joshua Li <josh@jrl.ninja>"]
66
license = "MIT"
77

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use getopts::Options;
44
use std::io::{self, Read};
55
use std::{char, env, process};
66

7-
const VERSION: &str = "0.3.1";
7+
const VERSION: &str = "0.4.0";
88

99
#[inline]
1010
fn print_usage(program: &str, opts: &Options) {

0 commit comments

Comments
 (0)