diff --git a/FIDL/decompiler_utils.py b/FIDL/decompiler_utils.py index 5543d31..3ac156c 100644 --- a/FIDL/decompiler_utils.py +++ b/FIDL/decompiler_utils.py @@ -12,7 +12,7 @@ # # =========================================================================== -__version__ = '1.1' +__version__ = '1.2' from idc import * from idaapi import * diff --git a/setup.py b/setup.py index 7128ca5..733bb88 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): setup(name='FIDL', - version='1.1', + version='1.2', description='Wrapper for Hex-Rays decompiler API', classifiers=[ 'Development Status :: 4 - Beta',