From 2c393982e5bcc073ed6ca37aed4058b52c603cb5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 4 May 2020 14:07:33 +0800 Subject: [PATCH] 2.1.0 --- Sources/WallpaperCLI/main.swift | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/WallpaperCLI/main.swift b/Sources/WallpaperCLI/main.swift index c11f722..cca2032 100644 --- a/Sources/WallpaperCLI/main.swift +++ b/Sources/WallpaperCLI/main.swift @@ -118,7 +118,7 @@ final class ScreensCommand: Command { let cli = CLI( name: "wallpaper", - version: "2.0.0", + version: "2.1.0", description: "Manage the desktop wallpaper" ) diff --git a/readme.md b/readme.md index a1e1e5b..51e5952 100644 --- a/readme.md +++ b/readme.md @@ -106,7 +106,7 @@ $ wallpaper get Swift Package Manager: ```swift -.package(url: "https://github.com/sindresorhus/macos-wallpaper", from: "2.0.0") +.package(url: "https://github.com/sindresorhus/macos-wallpaper", from: "2.1.0") ``` ### Usage