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

Commit c4b5308

Browse files
author
Joshua Li
committed
v0.2.2
1 parent 2288092 commit c4b5308

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.2.1"
4+
version = "0.2.2"
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
@@ -7,7 +7,7 @@ use rand::{FromEntropy, Rng};
77
use rand::rngs::SmallRng;
88
use getopts::Options;
99

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

0 commit comments

Comments
 (0)