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

Commit 3564c7f

Browse files
author
Joshua Li
committed
v0.3.0
1 parent 1cf9598 commit 3564c7f

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

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

0 commit comments

Comments
 (0)