From a98aad5842657f9ab8dfa6a474dce58f2d7db4fc Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 10 Jan 2022 12:16:32 +0700 Subject: [PATCH] 2.3.0 --- 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 f37ad81..bfce1e1 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.2.0", + version: "2.3.0", subcommands: [ Get.self, Set.self, diff --git a/readme.md b/readme.md index 62cb0c4..7ed9192 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.2.0") +.package(url: "https://github.com/sindresorhus/macos-wallpaper", from: "2.3.0") ``` [Or add the package in Xcode.](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app)