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

Commit 752b2e4

Browse files
author
Joshua Li
committed
v0.3.1
1 parent bd45e87 commit 752b2e4

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.0"
4+
version = "0.3.1"
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.0";
7+
const VERSION: &str = "0.3.1";
88
const KANA_LO: u32 = 0x30A0;
99

1010
fn print_usage(program: &str, opts: &Options) {

0 commit comments

Comments
 (0)