Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 4, 2020
1 parent 3ce8276 commit 2c39398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/WallpaperCLI/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c39398

Please sign in to comment.