File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ struct Main: ParsableCommand {
77 static var configuration = CommandConfiguration (
88 commandName: " wallpaper " , // TODO: Remove this when https://github.com/apple/swift-argument-parser/issues/295 is fixed.
99 abstract: " Manage the desktop wallpaper " ,
10- version: " 2.3.1 " ,
10+ version: " 2.3.2 " ,
1111 subcommands: [
1212 Get . self,
1313 Set . self,
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ wallpaper get
112112Add the following to ` Package.swift ` :
113113
114114``` swift
115- .package (url : " https://github.com/sindresorhus/macos-wallpaper" , from : " 2.3.1 " )
115+ .package (url : " https://github.com/sindresorhus/macos-wallpaper" , from : " 2.3.2 " )
116116```
117117
118118[ Or add the package in Xcode.] ( https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app )
You can’t perform that action at this time.
0 commit comments