Skip to content

Commit

Permalink
Bump command line tools version to 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTaykalo committed Dec 11, 2018
1 parent d12fc93 commit 7a0a2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lsar.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#import "CSJSONPrinter.h"
#import "CommandLineCommon.h"

#define VERSION_STRING @"v1.10.2"
#define VERSION_STRING @"v1.10.3"

#define EntryDoesNotNeedTestingResult 0
#define EntryIsNotSupportedResult 1
Expand Down
2 changes: 1 addition & 1 deletion unar.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#import "CommandLineCommon.h"
#import "CSFileHandle.h"

#define VERSION_STRING @"v1.10.1"
#define VERSION_STRING @"v1.10.3"

@interface Unarchiver:NSObject {}
@end
Expand Down

0 comments on commit 7a0a2a8

Please sign in to comment.