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 9afc5fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: "W-Mai/icu"
repository: "W-Mai/homebrew-icu"
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
# So we have access to the formula
- name: Fetch local artifacts
Expand Down
8 changes: 4 additions & 4 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 @@ -54,9 +54,9 @@ ci = ["github"]
# The installers to generate for each app
installers = ["shell", "powershell", "homebrew", "msi"]
# A GitHub repo to push Homebrew formulas to
tap = "W-Mai/icu"
tap = "W-Mai/homebrew-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 9afc5fb

Please sign in to comment.