Skip to content

Commit eaf2aff

Browse files
committed
build: 更新项目版本号
1 parent c6ce124 commit eaf2aff

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,6 +1,6 @@
11
[package]
22
name = "image_to_console"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2021"
55

66
authors = ["yyxxryrx <yyxxryrx@outlook.com>"]

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub const CLAP_STYLING: Styles = Styles::styled()
3434

3535
#[derive(Parser)]
3636
#[clap(name = "image_to_console")]
37-
#[command(version = "0.1.11", color = clap::ColorChoice::Auto, styles = CLAP_STYLING)]
37+
#[command(version = "0.1.12", color = clap::ColorChoice::Auto, styles = CLAP_STYLING)]
3838
pub struct Cli {
3939
#[clap(short = 'c', long, help = "Center the image", default_value_t = false)]
4040
pub center: bool,

0 commit comments

Comments
 (0)