diff --git a/README.md b/README.md index 101bc25..4fd0f51 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DWARF Import (v1.1.1) +# DWARF Import (v1.1.2) Author: **Vector 35 Inc** _Imports DWARF Info from ELFs_ @@ -25,7 +25,7 @@ This plugin requires the following minimum version of Binary Ninja: The following dependencies are required for this plugin: - * pip - pyelftools>=0.27 + * pip - pyelftools==0.27 ## License diff --git a/plugin.json b/plugin.json index a580629..d0bdee9 100644 --- a/plugin.json +++ b/plugin.json @@ -25,10 +25,10 @@ }, "dependencies": { "pip": [ - "pyelftools>=0.27" + "pyelftools==0.27" ] }, - "version": "1.1.1", + "version": "1.1.2", "author": "Vector 35 Inc", "minimumbinaryninjaversion": 3000 -} +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 89aee8b..ed6bdb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyelftools>=0.27 +pyelftools==0.27