Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 6, 2021
1 parent 984577f commit e5250fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.build
/*.xcodeproj
/trash
/.swiftpm
2 changes: 1 addition & 1 deletion Sources/trash/main.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

let VERSION = "1.1.0"
let VERSION = "1.1.1"

func trash(paths: [String]) {
// Ensures the user's trash is used.
Expand Down

0 comments on commit e5250fa

Please sign in to comment.