Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 2, 2017
1 parent 424f1e0 commit 2c35faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallpaper.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int main() {

if (args.count > 1) {
if ([args[1] isEqualToString: @"--version"]) {
puts("1.2.0");
puts("1.3.0");
return 0;
}

Expand Down

0 comments on commit 2c35faa

Please sign in to comment.