Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 24, 2016
1 parent 230f442 commit 889cc98
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 @@ -17,7 +17,7 @@ int main() {

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

Expand Down

0 comments on commit 889cc98

Please sign in to comment.