From cde8c02799427af0972e32d84129deb094e690b2 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 23 Jan 2022 18:48:04 +0700 Subject: [PATCH] 2.3.1 --- Sources/WallpaperCLI/Wallpaper.swift | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/WallpaperCLI/Wallpaper.swift b/Sources/WallpaperCLI/Wallpaper.swift index 8319e7a..6d68409 100644 --- a/Sources/WallpaperCLI/Wallpaper.swift +++ b/Sources/WallpaperCLI/Wallpaper.swift @@ -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, diff --git a/readme.md b/readme.md index 7ed9192..e81c0f7 100644 --- a/readme.md +++ b/readme.md @@ -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)