diff options
-rw-r--r-- | macosx/HBPreset.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBPreset.m b/macosx/HBPreset.m index 147c0c555..dcc164765 100644 --- a/macosx/HBPreset.m +++ b/macosx/HBPreset.m @@ -263,8 +263,8 @@ NSDictionary *dict = @{ @"PresetList": presetList, @"VersionMajor": @(major), - @"VersionMicro": @(minor), - @"VersionMinor": @(micro) }; + @"VersionMinor": @(minor), + @"VersionMicro": @(micro) }; if (format == HBPresetFormatPlist) { |