Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 15, 2015
1 parent bd98210 commit a924e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trash.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, const char *argv[]) {
NSArray *args = [NSProcessInfo processInfo].arguments;

if ([args[1] isEqualToString: @"--version"]) {
puts("1.0.0");
puts("1.1.0");
return 0;
}

Expand Down

0 comments on commit a924e6c

Please sign in to comment.