Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 23, 2022
1 parent 0aff2f3 commit cde8c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/WallpaperCLI/Wallpaper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ struct Main: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "wallpaper", // TODO: Remove this when https://github.com/apple/swift-argument-parser/issues/295 is fixed.
abstract: "Manage the desktop wallpaper",
version: "2.3.0",
version: "2.3.1",
subcommands: [
Get.self,
Set.self,
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ wallpaper get
Add the following to `Package.swift`:

```swift
.package(url: "https://github.com/sindresorhus/macos-wallpaper", from: "2.3.0")
.package(url: "https://github.com/sindresorhus/macos-wallpaper", from: "2.3.1")
```

[Or add the package in Xcode.](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app)
Expand Down

0 comments on commit cde8c02

Please sign in to comment.