Skip to content

Commit c7b2651

Browse files
committed
build: 更新项目版本号
- 将 image_to_console 版本从 0.1.13 升级到 0.1.14 - 将 image_to_console_core 版本从0.1.12 升级到 0.1.13 - 更新 Cargo.lock 文件以反映版本变更 - 修改 image-to-console/src/config.rs 中的版本号
1 parent a9f65f7 commit c7b2651

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

image-to-console-core/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_core"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition = "2021"
55

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

image-to-console/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.13"
3+
version = "0.1.14"
44
edition = "2021"
55

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

image-to-console/src/config.rs

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

3737
#[derive(Parser)]
3838
#[clap(name = "image_to_console")]
39-
#[command(version = "0.1.13", color = clap::ColorChoice::Auto, styles = CLAP_STYLING)]
39+
#[command(version = "0.1.14", color = clap::ColorChoice::Auto, styles = CLAP_STYLING)]
4040
pub struct Cli {
4141
#[clap(short = 'c', long, help = "Center the image", default_value_t = false)]
4242
pub center: bool,

0 commit comments

Comments
 (0)