Skip to content

Commit 98f9930

Browse files
committed
bump version
1 parent ef439e3 commit 98f9930

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "sha256=$sha256" >> "$GITHUB_OUTPUT"
4040
echo "$sha256" > baru.sha256sum
4141
- name: Upload artifact
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: baru
4545
path: ${{ env.ARTIFACT_DIR }}

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 = "baru"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "A simple system monitor for WM statusbar"
55
authors = ["pierre <dommerc.pierre@gmail.com>"]
66
edition = "2024"

0 commit comments

Comments
 (0)