From f9edc91db63f10de86cb7fffa709428229f3ffcb Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 29 Sep 2018 02:09:16 +0700 Subject: [PATCH] 2.0.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 a67554b..ca5e70c 100644 --- a/Sources/WallpaperCLI/main.swift +++ b/Sources/WallpaperCLI/main.swift @@ -84,7 +84,7 @@ final class ScreensCommand: Command { let cli = CLI( name: "wallpaper", - version: "1.3.0", + version: "2.0.0", description: "Manage the desktop wallpaper" ) diff --git a/readme.md b/readme.md index 21dad64..370e040 100644 --- a/readme.md +++ b/readme.md @@ -66,7 +66,7 @@ $ wallpaper get With Swift Package Manager: ```swift -.package(url: "https://github.com/sindresorhus/macos-wallpaper", from: "1.3.0") +.package(url: "https://github.com/sindresorhus/macos-wallpaper", from: "2.0.0") ``` ### Usage