Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 28, 2018
1 parent 5501133 commit f9edc91
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 @@ -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"
)

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

0 comments on commit f9edc91

Please sign in to comment.