Skip to content

Commit

Permalink
Change application version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mczachurski committed Jul 31, 2018
1 parent 7fac6cf commit 8efc6cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This is simple console application for macOS to create dynamic wallpapers introd

- [macOS Mojave dynamic wallpaper](https://itnext.io/macos-mojave-dynamic-wallpaper-fd26b0698223)
- [macOS Mojave dynamic wallpapers (II)](https://itnext.io/macos-mojave-dynamic-wallpapers-ii-f8b1e55c82f)
- [macOS Mojave dynamic wallpapers (III)](https://itnext.io/macos-mojave-wallpaper-iii-c747c30935c4)

## Build and install

Expand Down
2 changes: 1 addition & 1 deletion Sources/wallpapper/Program.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Program {
}

func printVersion() {
self.consoleIO.writeMessage("1.0.0")
self.consoleIO.writeMessage("1.1.0")
}

func printUsage() {
Expand Down

0 comments on commit 8efc6cb

Please sign in to comment.