Skip to content

Commit

Permalink
chore: update version to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Jan 16, 2025
1 parent 9b6158a commit 091b693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build:

.PHONY: manual
manual:
swift package plugin generate-manual
swift package generate-manual
# install config in brew formula
# man1.install ".build/plugins/GenerateManual/outputs/rmtrash/rmtrash.1"

Expand Down
2 changes: 1 addition & 1 deletion Sources/rmtrash/rmtrash.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct Command: ParsableCommand {
commandName: "rmtrash",
abstract: "Move files and directories to the trash.",
discussion: "rmtrash is a small utility that will move the file to macOS's Trash rather than obliterating the file (as rm does).",
version: "0.6.5",
version: "0.6.6",
shouldDisplay: true,
subcommands: [],
helpNames: .long
Expand Down

0 comments on commit 091b693

Please sign in to comment.