Skip to content

Commit 3446ed5

Browse files
committed
2.3.2
1 parent ae39059 commit 3446ed5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/WallpaperCLI/Wallpaper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ wallpaper get
112112
Add 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)

0 commit comments

Comments
 (0)