Skip to content

Commit

Permalink
🔢(Version): bump version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
W-Mai committed Mar 4, 2024
1 parent 001da38 commit 1909cb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icu_tool"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Benign X", "W-Mai"]
homepage = "https://github.com/W-Mai/icu"
Expand All @@ -21,7 +21,7 @@ name = "icu"
path = "src/main.rs"

[dependencies]
icu_lib = { version = "0.1.7" }
icu_lib = { version = "0.1.8" }
clap = { version = "4.4.18", features = ["derive", "suggestions"] }
eframe = { version = "0.26.0", features = ["glow"] }
egui_plot = "0.26.0"
Expand Down Expand Up @@ -56,7 +56,7 @@ installers = ["shell", "powershell", "homebrew", "msi"]
# A GitHub repo to push Homebrew formulas to
tap = "W-Mai/icu"
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Publish jobs to run in CI
publish-jobs = ["homebrew"]
# Publish jobs to run in CI
Expand Down
2 changes: 1 addition & 1 deletion icu_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icu_lib"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Benign X", "W-Mai"]
homepage = "https://github.com/W-Mai/icu"
Expand Down

0 comments on commit 1909cb7

Please sign in to comment.