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

Commit 51fe53f

Browse files
committed
v0.1.3
1 parent 6bc9e82 commit 51fe53f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2"
4+
version = "0.1.3"
55
authors = ["Joshua Li <joshua.r.li.98@gmail.com>"]
66
license = "MIT"
77

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::io::{self, Read};
66
use rand::{thread_rng, Rng};
77
use getopts::Options;
88

9-
const VERSION: &str = "0.1.2";
9+
const VERSION: &str = "0.1.3";
1010
const KANA_LO: u32 = 0x30A0;
1111
const KANA_HI: u32 = 0x30FF;
1212

0 commit comments

Comments
 (0)