Skip to content

Commit 1eb6a13

Browse files
committed
Bump version to 0.4.3 and update base branch in GitHub Actions workflow
1 parent 4480d8d commit 1eb6a13

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
# The "sha256" formula field will get automatically recomputed.
3434
formula-name: folder-declutter
3535
homebrew-tap: ricardodantas/homebrew-tap
36+
base-branch: main
3637
env:
3738
# the personal access token should have "repo" & "workflow" scopes
3839
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

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 = "folder-declutter"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2021"
55
authors = ["Ricardo Dantas <ricardodantas@gmail.com>"]
66
description = "Folder Declutter is a command-line and library utility written in Rust that helps you free up disk space by automatically deleting files that haven't been modified in a specified number of days."

0 commit comments

Comments
 (0)