Skip to content

Commit

Permalink
Update version to 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTaykalo committed Jul 13, 2019
1 parent a414c68 commit 0e1f144
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.5"
#define VERSION_STRING @"v1.10.6"

#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.5"
#define VERSION_STRING @"v1.10.6"

@interface Unarchiver:NSObject {}
@end
Expand Down

0 comments on commit 0e1f144

Please sign in to comment.