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